Type SingletonEncoder
Namespace LostTech.Gradient.Codecs
Interfaces IPyObjectEncoder
Converts any value of specific.NET type to the same Python object
Methods
Properties
Public instance methods
bool CanEncode(Type type)
PyObject TryEncode(object value)
Public properties
PyObject Encoded get;
Result of the encoding (same for any value)
Type Type get;
Encodes instances of this type