Package io.protostuff

Class StringMapSchema<V>

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

public class StringMapSchema<V> extends MapSchema<String,V>
A schema for a Map with String keys. The key and value can be null (depending on the particular map impl).