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
NullableBool
SerDes<T, TJVMT> between Nullable<T> of bool and Boolean
public static SerDes<bool?, Boolean> NullableBool { get; }
Property Value
NullableDouble
SerDes<T, TJVMT> between Nullable<T> of double and Double
public static SerDes<double?, Double> NullableDouble { get; }
Property Value
NullableFloat
SerDes<T, TJVMT> between Nullable<T> of float and Float
public static SerDes<float?, Float> NullableFloat { get; }
Property Value
NullableGuid
SerDes<T, TJVMT> between Nullable<T> of Guid and UUID
public static SerDes<Guid?, UUID> NullableGuid { get; }
Property Value
NullableInteger
SerDes<T, TJVMT> between Nullable<T> of int and Integer
public static SerDes<int?, Integer> NullableInteger { get; }
Property Value
NullableLong
SerDes<T, TJVMT> between Nullable<T> of long and Long
public static SerDes<long?, Long> NullableLong { get; }
Property Value
NullableShort
SerDes<T, TJVMT> between Nullable<T> of short and Short
public static SerDes<short?, Short> NullableShort { 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; }