Getting started
API Documentation
Development
Abstract resolver class.
Implement for arguments that are not one of:
bool
datetime.datetime
dict
float
int
list
None
Object
str
Return hash(self).
Decode value.
Takes the encoded value and converts it back to its original type.
value (Union[bool, datetime, dict, float, int, list, None, str]) – value to decode
Union
datetime
Any
decoded value
Encode value.
The type of the returned value must be one of:
value (Any) – value to encode
Union[bool, datetime, dict, float, int, list, None, str]
encoded value
Return encoded type.
type
encoded type
Root folder.
Returns root folder when object is serialized to or from a file, otherwise None is returned.
root directory