Interface CustomSerializer<T extends Externalizable>
- All Known Implementing Classes:
SpaceClusterInfoCustomSerializer
public interface CustomSerializer<T extends Externalizable>
- Since:
- 12.0
- Author:
- Niv Ingberg
-
Method Summary
Modifier and TypeMethodDescriptionvoidreadExternal(T instance, ObjectInput in, PlatformLogicalVersion version) booleansupports(PlatformLogicalVersion version) voidwriteExternal(T instance, ObjectOutput out, PlatformLogicalVersion version)
-
Method Details
-
supports
-
writeExternal
- Throws:
IOException
-
readExternal
void readExternal(T instance, ObjectInput in, PlatformLogicalVersion version) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-