Table of Contents

Interface ISerDesSelector

Namespace
MASES.KNet.Serialization
Assembly
MASES.KNet.dll

KNet common interface to select serializer/deserializer

public interface ISerDesSelector

Properties

ByteArraySerDes

Returns the generic Type implementing ISerDes<T, TJVMT> based on byte array data exchange

Type ByteArraySerDes { get; }

Property Value

Type

ByteBufferSerDes

Returns the generic Type implementing ISerDes<T, TJVMT> based on ByteBuffer data exchange

Type ByteBufferSerDes { get; }

Property Value

Type

Remarks

Returns null if ByteBuffer data exchange is not supported

SelectorTypeName

Returns the name of the Type implementing ISerDesSelector

string SelectorTypeName { get; }

Property Value

string