Class InvalidSerializer
java.lang.Object
one.nio.serial.Serializer
one.nio.serial.InvalidSerializer
- All Implemented Interfaces:
Externalizable, Serializable
-
Field Summary
Fields inherited from class Serializer
cls, descriptor, origin, uid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcalcSize(Object obj, CalcSizeStream css) fromJson(JsonReader in) fromString(String s) read(DataStream in) voidskip(DataStream in) voidtoJson(Object obj, StringBuilder builder) voidwrite(Object obj, 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
-
Method Details
-
calcSize
- Specified by:
calcSizein classSerializer- Throws:
NotSerializableException
-
write
- Specified by:
writein classSerializer- Throws:
NotSerializableException
-
read
- Specified by:
readin classSerializer- Throws:
NotSerializableException
-
skip
- Specified by:
skipin classSerializer- Throws:
NotSerializableException
-
toJson
- Specified by:
toJsonin classSerializer- Throws:
NotSerializableException
-
fromJson
- Specified by:
fromJsonin classSerializer- Throws:
NotSerializableException
-
fromString
- Overrides:
fromStringin classSerializer- Throws:
NotSerializableException
-