Uses of Class
org.nustaq.kontraktor.remoting.encoding.SerializerType
| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.encoding | |
| org.nustaq.kontraktor.remoting.tcp |
-
Uses of SerializerType in org.nustaq.kontraktor.remoting.encoding
Methods in org.nustaq.kontraktor.remoting.encoding that return SerializerType Modifier and Type Method Description SerializerTypeCoding. getCoding()static SerializerTypeSerializerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SerializerType[]SerializerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.nustaq.kontraktor.remoting.encoding with parameters of type SerializerType Constructor Description Coding(SerializerType coding)Coding(SerializerType coding, java.lang.Class... crossPlatformShortClazzNames) -
Uses of SerializerType in org.nustaq.kontraktor.remoting.tcp
Methods in org.nustaq.kontraktor.remoting.tcp with parameters of type SerializerType Modifier and Type Method Description TCPConnectableTCPConnectable. serType(SerializerType sertype)TCPNIOPublisherTCPNIOPublisher. serType(SerializerType type)TCPPublisherTCPPublisher. serType(SerializerType type)