Class LinkedHashMapMarshaller<K,V>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller<K,V,LinkedHashMap<K,V>>
org.wildfly.clustering.marshalling.protostream.util.LinkedHashMapMarshaller<K,V>
Type Parameters:
K - the map key type
V - the map value type
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<LinkedHashMap<K,V>>, org.infinispan.protostream.ProtobufTagMarshaller<LinkedHashMap<K,V>>, Marshallable<LinkedHashMap<K,V>>, ProtoStreamMarshaller<LinkedHashMap<K,V>>, Readable<LinkedHashMap<K,V>>, Writable<LinkedHashMap<K,V>>

public class LinkedHashMapMarshaller<K,V> extends AbstractMapMarshaller<K,V,LinkedHashMap<K,V>>
Marshaller for a LinkedHashMap.
Author:
Paul Ferraro