public class ObjectArraySerializer extends Serializer<Object[]>
cls, descriptor, origin, uid| Modifier and Type | Method and Description |
|---|---|
void |
calcSize(Object[] obj,
CalcSizeStream css) |
Object[] |
fromJson(JsonReader in) |
Object[] |
read(DataStream in) |
void |
readExternal(ObjectInput in) |
void |
skip(DataStream in) |
void |
toJson(Object[] obj,
StringBuilder builder) |
void |
write(Object[] obj,
DataStream out) |
cls, code, deserialize, equals, fromString, generateUid, hashCode, persist, serialize, sizeOf, skipExternal, toJson, toString, uid, uniqueName, writeExternalpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class Serializer<Object[]>IOExceptionClassNotFoundExceptionpublic void calcSize(Object[] obj, CalcSizeStream css) throws IOException
calcSize in class Serializer<Object[]>IOExceptionpublic void write(Object[] obj, DataStream out) throws IOException
write in class Serializer<Object[]>IOExceptionpublic Object[] read(DataStream in) throws IOException, ClassNotFoundException
read in class Serializer<Object[]>IOExceptionClassNotFoundExceptionpublic void skip(DataStream in) throws IOException, ClassNotFoundException
skip in class Serializer<Object[]>IOExceptionClassNotFoundExceptionpublic void toJson(Object[] obj, StringBuilder builder) throws IOException
toJson in class Serializer<Object[]>IOExceptionpublic Object[] fromJson(JsonReader in) throws IOException, ClassNotFoundException
fromJson in class Serializer<Object[]>IOExceptionClassNotFoundExceptionCopyright © 2019. All rights reserved.