-
-
Methods in org.nustaq.serialization.coders with parameters of type FSTObjectOutput
| Modifier and Type |
Method |
Description |
boolean |
FSTBytezEncoder.writeTag(byte tag,
java.lang.Object info,
long somValue,
java.lang.Object toWrite,
FSTObjectOutput oout) |
|
boolean |
FSTJsonEncoder.writeTag(byte tag,
java.lang.Object infoOrObject,
long somValue,
java.lang.Object toWrite,
FSTObjectOutput oout) |
|
boolean |
FSTMinBinEncoder.writeTag(byte tag,
java.lang.Object infoOrObject,
long somValue,
java.lang.Object toWrite,
FSTObjectOutput oout) |
|
boolean |
FSTStreamEncoder.writeTag(byte tag,
java.lang.Object info,
long somValue,
java.lang.Object toWrite,
FSTObjectOutput oout) |
|
-
Methods in org.nustaq.serialization.serializers with parameters of type FSTObjectOutput
| Modifier and Type |
Method |
Description |
void |
FSTArrayListSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTBigIntegerSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTBigNumberSerializers.FSTByteSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTBigNumberSerializers.FSTCharSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTBigNumberSerializers.FSTDoubleSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTBigNumberSerializers.FSTFloatSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTBigNumberSerializers.FSTShortSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTBitSetSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTClassSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTCollectionSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTCPEnumSetSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTCPThrowableSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTDateSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTEnumSetSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTJSonSerializers.BigDecSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTJSonUnmodifiableCollectionSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTMapSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTProxySerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTStringBufferSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTStringSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTThrowableSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
void |
FSTTimestampSerializer.writeObject(FSTObjectOutput out,
java.lang.Object toWrite,
FSTClazzInfo clzInfo,
FSTClazzInfo.FSTFieldInfo referencedBy,
int streamPosition) |
|
-