Interface EntryVersionExternalizer<V extends org.infinispan.container.versioning.EntryVersion>
-
- All Superinterfaces:
Externalizer<V>
- All Known Implementing Classes:
EntryVersionExternalizer.NumericVersionExternalizer,EntryVersionExternalizer.SimpleClusteredVersionExternalizer
public interface EntryVersionExternalizer<V extends org.infinispan.container.versioning.EntryVersion> extends Externalizer<V>
- Author:
- Paul Ferraro
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEntryVersionExternalizer.NumericVersionExternalizerstatic classEntryVersionExternalizer.SimpleClusteredVersionExternalizer
-
Method Summary
-
Methods inherited from interface org.wildfly.clustering.marshalling.Externalizer
getTargetClass, readObject, size, writeObject
-
-