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(java.io.ObjectInput input)Methods in org.infinispan.marshall.core that return types with arguments of type MarshalledEntryImpl Modifier and Type Method Description java.util.Set<java.lang.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(java.io.ObjectOutput output, MarshalledEntryImpl me)
-