issues
search
madman-bob
/
python-dataclasses-serialization
Serialize/deserialize Python dataclasses to various other data formats
MIT License
25
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Handle tuples
#19
petered
opened
1 year ago
1
Pull argument construction out of the try block
#18
petered
closed
1 year ago
2
Deserialisation fails when using Mapping, Sequence instead of Dict, List
#17
petered
closed
1 year ago
3
Cannot deserialize type typing.Dict
#16
dotlambda
opened
2 years ago
0
depend on dataclasses package only for python<3.7
#15
elad4251
opened
3 years ago
1
Cannot deserialize list
#14
remdragon
opened
3 years ago
0
Crash on import in Python 3.8
#13
blfoster
closed
3 years ago
1
Cannot serialize dictionary of type Dict[frozen_dataclass, Any]
#12
amijalis
closed
4 years ago
2
General exception when trying to deserialize dict to dataclass
#11
DanielleFundbox
opened
4 years ago
0
default none values throws an exception
#10
DanielleFundbox
closed
4 years ago
2
How to remap field names?
#9
kitschen
opened
4 years ago
1
Deserializing exact type
#8
kitschen
closed
4 years ago
4
Add deserializer for Enum
#7
kitschen
opened
4 years ago
3
Use get_type_hints to resolve field types
#6
wlopata
closed
4 years ago
5
Dose BSONSerializer support None?
#5
KindRoach
closed
5 years ago
2
Issue-2
#4
FilipDeleersnijder
closed
5 years ago
1
Bug for deserialising fields of type Optional[Dataclass]
#3
FilipDeleersnijder
closed
5 years ago
1
Does it serialize DateTime for both JSON and BSON?
#2
patarapolw
opened
5 years ago
1
fix import of typings in python 3.7 (PEP 560)
#1
thomasgassmann
closed
5 years ago
3