Uses of Interface
org.nustaq.serialization.FSTObjectSerializer
| Package | Description |
|---|---|
| org.nustaq.serialization | |
| org.nustaq.serialization.serializers |
-
Uses of FSTObjectSerializer in org.nustaq.serialization
Subinterfaces of FSTObjectSerializer in org.nustaq.serialization Modifier and Type Interface Description interfaceFSTCrossPlatformSerialzerCreated by ruedi on 31.03.14.Classes in org.nustaq.serialization that implement FSTObjectSerializer Modifier and Type Class Description classFSTBasicObjectSerializerCreated with IntelliJ IDEA.Fields in org.nustaq.serialization declared as FSTObjectSerializer Modifier and Type Field Description static FSTObjectSerializerFSTSerializerRegistry. NULLMethods in org.nustaq.serialization that return FSTObjectSerializer Modifier and Type Method Description FSTObjectSerializerFSTClazzInfo. getSer()sideeffecting: if no ser is found, next lookup will return null immediateFSTObjectSerializerFSTSerializerRegistry. getSerializer(java.lang.Class cl)FSTObjectSerializerFSTSerializerRegistryDelegate. getSerializer(java.lang.Class cl)FSTObjectSerializerFSTClazzInfo. getSerNoStore()Methods in org.nustaq.serialization with parameters of type FSTObjectSerializer Modifier and Type Method Description protected java.lang.ObjectFSTObjectInput. instantiateAndReadWithSer(java.lang.Class c, FSTObjectSerializer ser, FSTClazzInfo clzSerInfo, FSTClazzInfo.FSTFieldInfo referencee, int readPos)voidFSTSerializerRegistry. putSerializer(java.lang.Class cl, FSTObjectSerializer ser, boolean includeSubclasses)voidFSTConfiguration. registerSerializer(java.lang.Class clazz, FSTObjectSerializer ser, boolean alsoForAllSubclasses)register a custom serializer for a given class or the class and all of its subclasses. -
Uses of FSTObjectSerializer in org.nustaq.serialization.serializers