Slide 7
Slide 7 text
pyserdeでできること
* Data Format: dict, tuple, JSON, YAML, TOML, MsgPack, Pickle
* Supported types
* dict, list, set, frozenset, defaultdict, Union, Optional, Any
* NewType, Literal, Generic, ClassVar, InitVar, Enum
* pathlib, decimal, uuid, datetime, ipaddress, numpy …
* Case conversion, Rename, Alias, Skip, Flatten
* Custom field/class/global (de)serializer
* Strict type check, type coercing