public class CharPrimitiveClassSerializer extends Object implements IClassSerializer<Character>
| Modifier and Type | Field and Description | 
|---|---|
| static CharPrimitiveClassSerializer | instance | 
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| Modifier and Type | Method and Description | 
|---|---|
| byte | getCode() | 
| Character | getDefaultValue() | 
| Character | read(ObjectInput in) | 
| void | write(ObjectOutput out,
     Character obj) | 
public static final CharPrimitiveClassSerializer instance
public byte getCode()
getCode in interface IClassSerializer<Character>public Character read(ObjectInput in) throws IOException, ClassNotFoundException
read in interface IClassSerializer<Character>IOExceptionClassNotFoundExceptionpublic void write(ObjectOutput out, Character obj) throws IOException
write in interface IClassSerializer<Character>IOExceptionpublic Character getDefaultValue()
getDefaultValue in interface IClassSerializer<Character>Copyright © GigaSpaces.