public class SpaceClusterInfoCustomSerializer extends Object implements CustomSerializer<SpaceClusterInfo>
| Constructor and Description | 
|---|
SpaceClusterInfoCustomSerializer()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
readExternal(SpaceClusterInfo instance,
            ObjectInput in,
            PlatformLogicalVersion version)  | 
boolean | 
supports(PlatformLogicalVersion version)  | 
void | 
writeExternal(SpaceClusterInfo instance,
             ObjectOutput out,
             PlatformLogicalVersion version)  | 
public boolean supports(PlatformLogicalVersion version)
supports in interface CustomSerializer<SpaceClusterInfo>public void writeExternal(SpaceClusterInfo instance, ObjectOutput out, PlatformLogicalVersion version) throws IOException
writeExternal in interface CustomSerializer<SpaceClusterInfo>IOExceptionpublic void readExternal(SpaceClusterInfo instance, ObjectInput in, PlatformLogicalVersion version) throws IOException, ClassNotFoundException
readExternal in interface CustomSerializer<SpaceClusterInfo>IOExceptionClassNotFoundExceptionCopyright © GigaSpaces.