Package io.protostuff

Class MessageMapSchema<K,V>

java.lang.Object
io.protostuff.MapSchema<K,V>
io.protostuff.MessageMapSchema<K,V>
All Implemented Interfaces:
Schema<Map<K,V>>

public final class MessageMapSchema<K,V> extends MapSchema<K,V>
A schema for a Map with Message or pojo keys. The key and value can be null (depending on the particular map impl).