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