Class SerDes
- Namespace
- MASES.KNet.Serialization
- Assembly
- MASES.KNet.dll
Sets of predefined SerDes<T, TJVMT> between specific types
public static class SerDes
- Inheritance
-
SerDes
- Inherited Members
Properties
Bool
SerDes<T, TJVMT> between bool and Boolean
public static SerDes<bool, Boolean> Bool { get; }
Property Value
Double
SerDes<T, TJVMT> between double and Double
public static SerDes<double, Double> Double { get; }
Property Value
Float
SerDes<T, TJVMT> between float and Float
public static SerDes<float, Float> Float { get; }
Property Value
Guid
SerDes<T, TJVMT> between Guid and UUID
public static SerDes<Guid, UUID> Guid { get; }
Property Value
Integer
SerDes<T, TJVMT> between int and Integer
public static SerDes<int, Integer> Integer { get; }
Property Value
Long
SerDes<T, TJVMT> between long and Long
public static SerDes<long, Long> Long { get; }
Property Value
Short
SerDes<T, TJVMT> between short and Short
public static SerDes<short, Short> Short { get; }
Property Value
String
SerDes<T, TJVMT> between string and byte array
public static SerDes<string, byte[]> String { get; }
Property Value
Void
SerDes<T, TJVMT> between object and Void
public static SerDes<object, Void> Void { get; }