Class IntegerSerializer
- All Implemented Interfaces:
Externalizable, Serializable
-
Field Summary
Fields inherited from class Serializer
cls, descriptor, origin, uid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalcSize(Integer obj, CalcSizeStream css) fromJson(JsonReader in) fromString(String s) read(DataStream in) voidskip(DataStream in) voidtoJson(Integer obj, StringBuilder builder) voidwrite(Integer v, DataStream out) Methods inherited from class Serializer
cls, code, deserialize, equals, generateUid, hashCode, persist, readExternal, serialize, sizeOf, skipExternal, toJson, toString, uid, uniqueName, writeExternal
-
Constructor Details
-
IntegerSerializer
IntegerSerializer()
-
-
Method Details
-
calcSize
- Specified by:
calcSizein classSerializer<Integer>
-
write
- Specified by:
writein classSerializer<Integer>- Throws:
IOException
-
read
- Specified by:
readin classSerializer<Integer>- Throws:
IOException
-
skip
- Specified by:
skipin classSerializer<Integer>- Throws:
IOException
-
toJson
- Specified by:
toJsonin classSerializer<Integer>
-
fromJson
- Specified by:
fromJsonin classSerializer<Integer>- Throws:
IOException
-
fromString
- Overrides:
fromStringin classSerializer<Integer>
-