Uses of Enum Class
org.nustaq.kontraktor.remoting.encoding.SerializerType
Packages that use SerializerType
-
Uses of SerializerType in org.nustaq.kontraktor.remoting.encoding
Methods in org.nustaq.kontraktor.remoting.encoding that return SerializerTypeModifier and TypeMethodDescriptionCoding.getCoding()static SerializerTypeReturns the enum constant of this class with the specified name.static SerializerType[]SerializerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.nustaq.kontraktor.remoting.encoding with parameters of type SerializerTypeModifierConstructorDescriptionCoding(SerializerType coding) Coding(SerializerType coding, Class... crossPlatformShortClazzNames) -
Uses of SerializerType in org.nustaq.kontraktor.remoting.tcp
Methods in org.nustaq.kontraktor.remoting.tcp with parameters of type SerializerTypeModifier and TypeMethodDescriptionTCPConnectable.serType(SerializerType sertype) TCPNIOPublisher.serType(SerializerType type) TCPPublisher.serType(SerializerType type)