NiklasRosenstein/python-databind
Databind is a library inspired by jackson-databind to de-/serialize Python dataclasses.
PythonNOASSERTION
Issues
- 0
- 2
[FR] Support `NewType`
#70 opened by mbway - 3
- 0
Fields from dataclasses that are Generic with unspecified TypeVars don't get serialized
#66 opened by rhaps0dy - 4
release 4.5.0 breaks pydoc-markdown[novella]
#64 opened by mgor - 0
Cannot dump or load `None` with type `NoneType`.
#63 opened by rhaps0dy - 5
Dependency `typing-extensions<4.7` is too restrictive to install alongside latest Pytorch
#59 opened by rhaps0dy - 0
Expected `typing.Mapping`, got `str` instead
#53 opened by callumPearce - 0
- 0
- 0
- 0
Improve error reporting when a union is discriminated by a Literal type field
#48 opened by NiklasRosenstein - 0
no deserializer for `Union[Literal[...], str]` and payload of type `str`
#47 opened by NiklasRosenstein - 1
- 1
- 0
- 0
`JsonConverter.using_classmethods` should validate if the class methods exist
#44 opened by NiklasRosenstein - 0
- 0
- 0
- 1
Does not make use of `typeapi`'s ability to evaluate future Type hint syntax in Python 3.8
#35 opened by NiklasRosenstein - 0
Unexpected errors during conversion should include the databind traceback / converter location
#33 opened by NiklasRosenstein - 0
- 1
- 1
- 1
Missing declared dependencies
#18 opened by NiklasRosenstein - 1
- 1
Support resolving type variables in type annotations to concrete types
#25 opened by NiklasRosenstein - 1
Support `typing.TypedDict`
#27 opened by NiklasRosenstein - 0
Support a `keyed` union style
#21 opened by NiklasRosenstein - 0
Narrow type hint for JSON dump() to return `list` instead of `Collection`
#22 opened by NiklasRosenstein - 0
Databind does not understand forward references in PEP585 generic aliases
#24 opened by NiklasRosenstein - 0
Dataclass adapted to ObjectType with no schema fields if a field cannot be adapted
#23 opened by NiklasRosenstein - 0
- 2
Automatically serialize Paths to string
#14 opened by tristanlatr - 0
Support "aliases" on an Enum type
#1 opened by NiklasRosenstein - 0
Support de/serializing UUIDs
#15 opened by NiklasRosenstein - 0
- 0
- 0
- 0
- 0