Uses of Class
org.infinispan.marshall.core.MarshalledEntryImpl
-
Packages that use MarshalledEntryImpl Package Description org.infinispan.marshall.core -
-
Uses of MarshalledEntryImpl in org.infinispan.marshall.core
Methods in org.infinispan.marshall.core that return MarshalledEntryImpl Modifier and Type Method Description MarshalledEntryImplMarshalledEntryImpl.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.marshall.core that return types with arguments of type MarshalledEntryImpl Modifier and Type Method Description Set<Class<? extends MarshalledEntryImpl>>MarshalledEntryImpl.Externalizer. getTypeClasses()Methods in org.infinispan.marshall.core with parameters of type MarshalledEntryImpl Modifier and Type Method Description voidMarshalledEntryImpl.Externalizer. writeObject(ObjectOutput output, MarshalledEntryImpl me)
-