Class Coding
java.lang.Object
org.nustaq.kontraktor.remoting.encoding.Coding
- All Implemented Interfaces:
java.io.Serializable
public class Coding
extends java.lang.Object
implements java.io.Serializable
Created by ruedi on 26.10.14.
umh .. unfinished concept of custom serializers
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Coding(SerializerType coding)Coding(SerializerType coding, java.lang.Class... crossPlatformShortClazzNames) -
Method Summary
Modifier and Type Method Description org.nustaq.serialization.FSTConfigurationcreateConf()SerializerTypegetCoding()java.lang.Class[]getCrossPlatformShortClazzNames()java.lang.StringtoString()
-
Constructor Details
-
Method Details
-
getCrossPlatformShortClazzNames
public java.lang.Class[] getCrossPlatformShortClazzNames() -
getCoding
-
createConf
public org.nustaq.serialization.FSTConfiguration createConf() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-