public class CompanySerializer
extends com.gemstone.gemfire.DataSerializer
| Constructor and Description |
|---|
CompanySerializer()
May be invoked reflectively if instances of Company are
distributed to other VMs.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fromData(java.io.DataInput in) |
int |
getId() |
java.lang.Class[] |
getSupportedClasses() |
boolean |
toData(java.lang.Object o,
java.io.DataOutput out) |
equals, getContext, getEventId, hashCode, readArrayList, readArrayOfByteArrays, readBoolean, readBooleanArray, readByte, readByteArray, readByteArray, readCharacter, readCharArray, readClass, readConcurrentHashMap, readDate, readDouble, readDoubleArray, readEnum, readFile, readFloat, readFloatArray, readHashMap, readHashSet, readHashtable, readIdentityHashMap, readInetAddress, readIntArray, readInteger, readLinkedHashSet, readLinkedList, readLong, readLongArray, readNonPrimitiveClassName, readObject, readObjectArray, readPrimitiveBoolean, readPrimitiveByte, readPrimitiveChar, readPrimitiveDouble, readPrimitiveFloat, readPrimitiveInt, readPrimitiveLong, readPrimitiveShort, readProperties, readRegion, readShort, readShortArray, readStack, readString, readStringArray, readTHashMap, readTreeMap, readTreeSet, readUnsignedByte, readUnsignedShort, readVector, register, register, setContext, setEventId, writeArrayList, writeArrayOfByteArrays, writeBoolean, writeBooleanArray, writeByte, writeByteArray, writeByteArray, writeCharacter, writeCharArray, writeClass, writeConcurrentHashMap, writeDate, writeDouble, writeDoubleArray, writeEnum, writeFile, writeFloat, writeFloatArray, writeHashMap, writeHashSet, writeHashtable, writeIdentityHashMap, writeInetAddress, writeIntArray, writeInteger, writeLinkedHashSet, writeLinkedList, writeLong, writeLongArray, writeNonPrimitiveClassName, writeObject, writeObject, writeObjectArray, writeObjectAsByteArray, writePrimitiveBoolean, writePrimitiveByte, writePrimitiveChar, writePrimitiveDouble, writePrimitiveFloat, writePrimitiveInt, writePrimitiveLong, writePrimitiveShort, writeProperties, writeRegion, writeShort, writeShortArray, writeStack, writeString, writeStringArray, writeTHashMap, writeTreeMap, writeTreeSet, writeUnsignedByte, writeUnsignedShort, writeVectorpublic CompanySerializer()
public int getId()
getId in class com.gemstone.gemfire.DataSerializerpublic java.lang.Class[] getSupportedClasses()
getSupportedClasses in class com.gemstone.gemfire.DataSerializerpublic boolean toData(java.lang.Object o,
java.io.DataOutput out)
throws java.io.IOException
toData in class com.gemstone.gemfire.DataSerializerjava.io.IOExceptionpublic java.lang.Object fromData(java.io.DataInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromData in class com.gemstone.gemfire.DataSerializerjava.io.IOExceptionjava.lang.ClassNotFoundExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.