|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.impl.internal.store.offheap.portability.SerializerPortability<T>
public class SerializerPortability<T>
SerializerWrapper
Constructor Summary | |
---|---|
SerializerPortability(Serializer<T> serializer)
|
Method Summary | |
---|---|
T |
decode(java.nio.ByteBuffer byteBuffer)
|
java.nio.ByteBuffer |
encode(T t)
|
boolean |
equals(java.lang.Object o,
java.nio.ByteBuffer byteBuffer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SerializerPortability(Serializer<T> serializer)
Method Detail |
---|
public java.nio.ByteBuffer encode(T t)
encode
in interface org.terracotta.offheapstore.storage.portability.Portability<T>
public T decode(java.nio.ByteBuffer byteBuffer)
decode
in interface org.terracotta.offheapstore.storage.portability.Portability<T>
public boolean equals(java.lang.Object o, java.nio.ByteBuffer byteBuffer)
equals
in interface org.terracotta.offheapstore.storage.portability.Portability<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |