public class EnumMapMarshaller<E extends Enum<E>> extends Object implements ProtoStreamMarshaller<EnumMap<E,Object>>
| Constructor and Description |
|---|
EnumMapMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends EnumMap<E,Object>> |
getJavaClass() |
EnumMap<E,Object> |
readFrom(org.infinispan.protostream.ImmutableSerializationContext context,
org.infinispan.protostream.RawProtoStreamReader reader) |
OptionalInt |
size(org.infinispan.protostream.ImmutableSerializationContext context,
EnumMap<E,Object> map)
Returns the size of the buffer to use for marshalling the specified object, if known.
|
void |
writeTo(org.infinispan.protostream.ImmutableSerializationContext context,
org.infinispan.protostream.RawProtoStreamWriter writer,
EnumMap<E,Object> map) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypeNamebyteArraySize, signedIntSize, signedLongSize, stringSize, unsignedIntSize, unsignedLongSizepublic EnumMap<E,Object> readFrom(org.infinispan.protostream.ImmutableSerializationContext context, org.infinispan.protostream.RawProtoStreamReader reader) throws IOException
public void writeTo(org.infinispan.protostream.ImmutableSerializationContext context,
org.infinispan.protostream.RawProtoStreamWriter writer,
EnumMap<E,Object> map)
throws IOException
public OptionalInt size(org.infinispan.protostream.ImmutableSerializationContext context, EnumMap<E,Object> map)
PredictableCopyright © 2021 JBoss by Red Hat. All rights reserved.