Class HashMapSerializer
java.lang.Object
com.gigaspaces.internal.serialization.HashMapSerializer
- All Implemented Interfaces:
IClassSerializer<Map<String,Object>>
-
Field Summary
Fields inherited from interface com.gigaspaces.internal.serialization.IClassSerializer
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.internal.serialization.IClassSerializer
getDefaultValue
-
Constructor Details
-
HashMapSerializer
public HashMapSerializer()
-
-
Method Details
-
getCode
public byte getCode()- Specified by:
getCodein interfaceIClassSerializer<Map<String,Object>>
-
read
- Specified by:
readin interfaceIClassSerializer<Map<String,Object>> - Throws:
IOExceptionClassNotFoundException
-
write
- Specified by:
writein interfaceIClassSerializer<Map<String,Object>> - Throws:
IOException
-