Public instance methods
bool can_encode(IDictionary<string, object> nested_structure)
bool can_encode(IEnumerable<double> nested_structure)
bool can_encode(ValueTuple<string, IEnumerable<object>> nested_structure)
bool can_encode(object nested_structure)
object can_encode_dyn(object nested_structure)
object decode_proto(object proto)
object decode_proto_dyn(object proto)
object encode_structure(object nested_structure)
object encode_structure(IDictionary<string, object> nested_structure)
object encode_structure(IEnumerable<double> nested_structure)
object encode_structure(ValueTuple<string, IEnumerable<object>> nested_structure)
object encode_structure_dyn(object nested_structure)
Public static methods
object register_codec_dyn<TClass>(object x)
TClass register_codec<TClass>(object x)
Public properties