public class ShortClassSerializer extends Object implements IClassSerializer<Short>
CODE_BOOLEAN, CODE_BYTE, CODE_BYTE_ARRAY, CODE_CHARACTER, CODE_DOUBLE, CODE_FLOAT, CODE_HASHMAP, CODE_INTEGER, CODE_LONG, CODE_NULL, CODE_OBJECT, CODE_SHORT, CODE_SMART_EXTERNALIZABLE, CODE_STRING| Constructor and Description | 
|---|
| ShortClassSerializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| byte | getCode() | 
| Short | read(ObjectInput in) | 
| void | write(ObjectOutput out,
     Short obj) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultValuepublic byte getCode()
getCode in interface IClassSerializer<Short>public Short read(ObjectInput in) throws IOException, ClassNotFoundException
read in interface IClassSerializer<Short>IOExceptionClassNotFoundExceptionpublic void write(ObjectOutput out, Short obj) throws IOException
write in interface IClassSerializer<Short>IOExceptionCopyright © GigaSpaces.