public class GeneratedSerializer extends Serializer
cls, descriptor, origin, uid| Modifier and Type | Method and Description |
|---|---|
void |
calcSize(Object obj,
CalcSizeStream css) |
byte[] |
code() |
Object |
fromJson(JsonReader in) |
Object |
read(DataStream in) |
void |
readExternal(ObjectInput in) |
void |
skip(DataStream in) |
void |
skipExternal(ObjectInput in) |
void |
toJson(Object obj,
StringBuilder builder) |
void |
toJson(StringBuilder sb) |
String |
toString() |
void |
write(Object obj,
DataStream out) |
void |
writeExternal(ObjectOutput out) |
cls, deserialize, equals, fromString, generateUid, hashCode, persist, serialize, sizeOf, uid, uniqueNamepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class SerializerIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class SerializerIOExceptionClassNotFoundExceptionpublic void skipExternal(ObjectInput in) throws IOException, ClassNotFoundException
skipExternal in class SerializerIOExceptionClassNotFoundExceptionpublic byte[] code()
code in class Serializerpublic void calcSize(Object obj, CalcSizeStream css) throws IOException
calcSize in class SerializerIOExceptionpublic void write(Object obj, DataStream out) throws IOException
write in class SerializerIOExceptionpublic Object read(DataStream in) throws IOException, ClassNotFoundException
read in class SerializerIOExceptionClassNotFoundExceptionpublic void skip(DataStream in) throws IOException, ClassNotFoundException
skip in class SerializerIOExceptionClassNotFoundExceptionpublic void toJson(Object obj, StringBuilder builder) throws IOException
toJson in class SerializerIOExceptionpublic Object fromJson(JsonReader in) throws IOException, ClassNotFoundException
fromJson in class SerializerIOExceptionClassNotFoundExceptionpublic void toJson(StringBuilder sb)
toJson in class Serializerpublic String toString()
toString in class SerializerCopyright © 2019. All rights reserved.