Interface FieldSetMarshaller.Entry<T,K,V>

Type Parameters:
T - the marshaller type
K - the entry key type
V - the entry value type
All Superinterfaces:
FieldReadable<Map.Entry<K,V>>, FieldSetMarshaller<T, Map.Entry<K,V>>, Writable<T>
Enclosing interface:
FieldSetMarshaller<T,V>

public static interface FieldSetMarshaller.Entry<T,K,V> extends FieldSetMarshaller<T, Map.Entry<K,V>>
A marshaller using a map entry field set.
Author:
Paul Ferraro