Uses of Class
org.nustaq.serialization.FSTClazzInfo
Packages that use FSTClazzInfo
Package
Description
-
Uses of FSTClazzInfo in org.nustaq.kson
Methods in org.nustaq.kson with parameters of type FSTClazzInfoModifier and TypeMethodDescriptionprotected ListKsonDeserializer.readObjectFields(FSTClazzInfo targetClz) -
Uses of FSTClazzInfo in org.nustaq.serialization
Fields in org.nustaq.serialization declared as FSTClazzInfoMethods in org.nustaq.serialization that return FSTClazzInfoModifier and TypeMethodDescriptionFSTClazzNameRegistry.decodeClass(FSTDecoder in, FSTConfiguration conf) FSTConfiguration.getClassInfo(Class type) FSTClazzNameRegistry.getClazzFromId(int c) FSTConfiguration.getClazzInfo(Class rowClass) protected FSTClazzInfoFSTObjectInput.getClazzInfo(Class c, FSTClazzInfo.FSTFieldInfo referencee) FSTClazzInfoRegistry.getCLInfo(Class c, FSTConfiguration conf) protected FSTClazzInfoFSTObjectOutput.getFstClazzInfo(FSTClazzInfo.FSTFieldInfo referencee, Class clazz) if class is same as last referenced, returned cached clzinfo, else do a lookupFSTClazzInfo.FSTFieldInfo.getLastInfo()FSTDecoder.readClass()FSTObjectInput.readClass()protected FSTClazzInfoFSTObjectOutput.writeEnum(FSTClazzInfo.FSTFieldInfo referencee, Object toWrite) FSTObjectOutput.writeObjectInternal(Object obj, FSTClazzInfo ci, Class... possibles) protected FSTClazzInfoFSTObjectOutput.writeObjectWithContext(FSTClazzInfo.FSTFieldInfo referencee, Object toWrite) protected FSTClazzInfoFSTObjectOutput.writeObjectWithContext(FSTClazzInfo.FSTFieldInfo referencee, Object toWrite, FSTClazzInfo ci) protected FSTClazzInfoFSTObjectOutputNoShared.writeObjectWithContext(FSTClazzInfo.FSTFieldInfo referencee, Object toWrite) Methods in org.nustaq.serialization with parameters of type FSTClazzInfoModifier and TypeMethodDescriptionprotected voidFSTClazzNameRegistry.addClassMapping(Class c, int id, FSTClazzInfo clInfo, FSTConfiguration conf) voidFSTObjectInput.defaultReadObject(FSTClazzInfo.FSTFieldInfo referencee, FSTClazzInfo serializationInfo, Object newObj) voidFSTObjectOutput.defaultWriteObject(Object toWrite, FSTClazzInfo serializationInfo) voidFSTClazzNameRegistry.encodeClass(FSTEncoder out, FSTClazzInfo ci) voidFSTEncoder.externalEnd(FSTClazzInfo clz) protected ObjectInputStreamFSTObjectInput.getObjectInputStream(Class cl, FSTClazzInfo clInfo, FSTClazzInfo.FSTFieldInfo referencee, Object toRead) FSTObjectOutput.getObjectOutputStream(Class cl, FSTClazzInfo clinfo, FSTClazzInfo.FSTFieldInfo referencee, Object toWrite) protected ObjectFSTObjectInput.handleReadRessolve(FSTClazzInfo serializationInfo, Object newObj) FSTBasicObjectSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTObjectSerializer.instantiate(Class objectClass, FSTObjectInput fstObjectInput, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) return null to delegate object instantiation to FST.protected ObjectFSTObjectInput.instantiateAndReadNoSer(Class c, FSTClazzInfo clzSerInfo, FSTClazzInfo.FSTFieldInfo referencee, int readPos) protected ObjectFSTObjectInputNoShared.instantiateAndReadNoSer(Class c, FSTClazzInfo clzSerInfo, FSTClazzInfo.FSTFieldInfo referencee, int readPos) protected ObjectFSTObjectInput.instantiateAndReadWithSer(Class c, FSTObjectSerializer ser, FSTClazzInfo clzSerInfo, FSTClazzInfo.FSTFieldInfo referencee, int readPos) voidFSTDecoder.readArrayEnd(FSTClazzInfo clzSerInfo) protected voidFSTObjectInput.readCompatibleObjectFields(FSTClazzInfo.FSTFieldInfo referencee, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo[] fieldInfo, Map res) protected voidFSTObjectInput.readFieldsMapBased(FSTClazzInfo.FSTFieldInfo referencee, FSTClazzInfo serializationInfo, Object newObj) voidFSTBasicObjectSerializer.readObject(FSTObjectInput in, Object toRead, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy) voidFSTObjectSerializer.readObject(FSTObjectInput in, Object toRead, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy) read the content to an already instantiated objectprotected ObjectFSTObjectInput.readObjectCompatible(FSTClazzInfo.FSTFieldInfo referencee, FSTClazzInfo serializationInfo, Object newObj) protected voidFSTObjectInput.readObjectCompatibleRecursive(FSTClazzInfo.FSTFieldInfo referencee, Object toRead, FSTClazzInfo serializationInfo, Class cl) protected voidFSTObjectInput.readObjectFields(FSTClazzInfo.FSTFieldInfo referencee, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo[] fieldInfo, Object newObj, int startIndex, int version) voidFSTObjectInput.registerObject(Object o, int streamPosition, FSTClazzInfo info, FSTClazzInfo.FSTFieldInfo referencee) voidFSTObjectInputNoShared.registerObject(Object o, int streamPosition, FSTClazzInfo info, FSTClazzInfo.FSTFieldInfo referencee) intFSTObjectRegistry.registerObjectForWrite(Object o, int streamPosition, FSTClazzInfo clzInfo, int[] reUseType) add an object to the register, return handle if already present.voidFSTClazzInfo.FSTFieldInfo.setLastInfo(FSTClazzInfo lastInfo) voidFSTEncoder.writeClass(FSTClazzInfo clInf) voidFSTEncoder.writeFieldsEnd(FSTClazzInfo serializationInfo) protected booleanFSTObjectOutput.writeHandleIfApplicable(Object toWrite, FSTClazzInfo serializationInfo) voidFSTObjectSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) write the contents of a given objectprotected voidFSTObjectOutput.writeObjectCompatible(FSTClazzInfo.FSTFieldInfo referencee, Object toWrite, FSTClazzInfo serializationInfo) protected voidFSTObjectOutput.writeObjectCompatibleRecursive(FSTClazzInfo.FSTFieldInfo referencee, Object toWrite, FSTClazzInfo serializationInfo, Class cl) protected voidFSTObjectOutput.writeObjectFields(Object toWrite, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo[] fieldInfo, int startIndex, int version) protected booleanFSTObjectOutput.writeObjectHeader(FSTClazzInfo clsInfo, FSTClazzInfo.FSTFieldInfo referencee, Object toWrite) FSTObjectOutput.writeObjectInternal(Object obj, FSTClazzInfo ci, Class... possibles) protected FSTClazzInfoFSTObjectOutput.writeObjectWithContext(FSTClazzInfo.FSTFieldInfo referencee, Object toWrite, FSTClazzInfo ci) -
Uses of FSTClazzInfo in org.nustaq.serialization.coders
Methods in org.nustaq.serialization.coders that return FSTClazzInfoModifier and TypeMethodDescriptionFSTBytezDecoder.readClass()FSTJsonDecoder.readClass()FSTMinBinDecoder.readClass()FSTStreamDecoder.readClass()Methods in org.nustaq.serialization.coders with parameters of type FSTClazzInfoModifier and TypeMethodDescriptionvoidFSTBytezEncoder.externalEnd(FSTClazzInfo clz) voidFSTJsonEncoder.externalEnd(FSTClazzInfo clz) voidFSTMinBinEncoder.externalEnd(FSTClazzInfo clz) voidFSTStreamEncoder.externalEnd(FSTClazzInfo clz) voidFSTBytezDecoder.readArrayEnd(FSTClazzInfo clzSerInfo) voidFSTJsonDecoder.readArrayEnd(FSTClazzInfo clzSerInfo) voidFSTMinBinDecoder.readArrayEnd(FSTClazzInfo clzSerInfo) voidFSTStreamDecoder.readArrayEnd(FSTClazzInfo clzSerInfo) final voidFSTBytezEncoder.writeClass(FSTClazzInfo clInf) voidFSTJsonEncoder.writeClass(FSTClazzInfo clInf) voidFSTMinBinEncoder.writeClass(FSTClazzInfo clInf) final voidFSTStreamEncoder.writeClass(FSTClazzInfo clInf) voidFSTBytezEncoder.writeFieldsEnd(FSTClazzInfo serializationInfo) voidFSTJsonEncoder.writeFieldsEnd(FSTClazzInfo serializationInfo) voidFSTMinBinEncoder.writeFieldsEnd(FSTClazzInfo serializationInfo) voidFSTStreamEncoder.writeFieldsEnd(FSTClazzInfo serializationInfo) -
Uses of FSTClazzInfo in org.nustaq.serialization.serializers
Methods in org.nustaq.serialization.serializers with parameters of type FSTClazzInfoModifier and TypeMethodDescriptionFSTArrayListSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTBigIntegerSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTBigNumberSerializers.FSTByteSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTBigNumberSerializers.FSTCharSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTBigNumberSerializers.FSTDoubleSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTBigNumberSerializers.FSTFloatSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTBigNumberSerializers.FSTShortSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTBitSetSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTClassSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTCollectionSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTCPEnumSetSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTCPThrowableSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTDateSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTEnumSetSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTJSonSerializers.BigDecSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTJSonUnmodifiableCollectionSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTJSonUnmodifiableMapSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTMapSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTProxySerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPositioin) FSTStringBufferSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTStringBuilderSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTStringSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTThrowableSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) FSTTimestampSerializer.instantiate(Class objectClass, FSTObjectInput in, FSTClazzInfo serializationInfo, FSTClazzInfo.FSTFieldInfo referencee, int streamPosition) voidFSTArrayListSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTBigIntegerSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTBigNumberSerializers.FSTByteSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTBigNumberSerializers.FSTCharSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTBigNumberSerializers.FSTDoubleSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTBigNumberSerializers.FSTFloatSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTBigNumberSerializers.FSTShortSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTBitSetSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTClassSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTCollectionSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTCPEnumSetSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTCPThrowableSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTDateSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTEnumSetSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTJSonSerializers.BigDecSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTJSonUnmodifiableCollectionSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTMapSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTProxySerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTStringBufferSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTStringSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTThrowableSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition) voidFSTTimestampSerializer.writeObject(FSTObjectOutput out, Object toWrite, FSTClazzInfo clzInfo, FSTClazzInfo.FSTFieldInfo referencedBy, int streamPosition)