public interface CustomSerializer<T extends Externalizable>
Modifier and Type | Method and Description |
---|---|
void |
readExternal(T instance,
ObjectInput in,
PlatformLogicalVersion version) |
boolean |
supports(PlatformLogicalVersion version) |
void |
writeExternal(T instance,
ObjectOutput out,
PlatformLogicalVersion version) |
boolean supports(PlatformLogicalVersion version)
void writeExternal(T instance, ObjectOutput out, PlatformLogicalVersion version) throws IOException
IOException
void readExternal(T instance, ObjectInput in, PlatformLogicalVersion version) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © GigaSpaces.