Class LRUMapMarshaller
- java.lang.Object
-
- org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller<com.sun.faces.util.LRUMap<Object,Object>>
-
- org.wildfly.clustering.faces.mojarra.util.LRUMapMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<com.sun.faces.util.LRUMap<Object,Object>>,org.infinispan.protostream.ProtobufTagMarshaller<com.sun.faces.util.LRUMap<Object,Object>>,Marshallable<com.sun.faces.util.LRUMap<Object,Object>>,ProtoStreamMarshaller<com.sun.faces.util.LRUMap<Object,Object>>
public class LRUMapMarshaller extends AbstractMapMarshaller<com.sun.faces.util.LRUMap<Object,Object>>
- Author:
- Paul Ferraro
-
-
Field Summary
-
Fields inherited from class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
KEY_INDEX, VALUE_INDEX
-
-
Constructor Summary
Constructors Constructor Description LRUMapMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.faces.util.LRUMap<Object,Object>readFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, com.sun.faces.util.LRUMap<Object,Object> map)-
Methods inherited from class org.wildfly.clustering.marshalling.protostream.util.AbstractMapMarshaller
getJavaClass
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.Marshallable
size
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
readFrom
public com.sun.faces.util.LRUMap<Object,Object> readFrom(ProtoStreamReader reader) throws IOException
- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, com.sun.faces.util.LRUMap<Object,Object> map) throws IOException
- Specified by:
writeToin interfaceMarshallable<com.sun.faces.util.LRUMap<Object,Object>>- Overrides:
writeToin classAbstractMapMarshaller<com.sun.faces.util.LRUMap<Object,Object>>- Throws:
IOException
-
-