- Handle Array types where the concrete type is quoted in its definition (
b6db879
)
- Work to support
sortedcontainers
as a return type for Properties (805a3f7
)
- Better support for Properties that have a Class type that is not a Serializable Class (e.g. UUID) (
95d407b
)
- Support ignoring elements/properties during deserialization (
6319d1f
)
- Update
helpers
to be properly typed (d924dc2
)
- Change to helpers to address typing issues (
1c32ba1
) - Remove
/
from method signature so we work on Python < 3.8 (c45864c
)
- Update to work on python < 3.10 (
91df8cb
)
- Library re-write to utilise decorators (
957fca7
)
- Support for Objects that when represented in XML may just be simple elements with attributes (
1369d7d
)
- Temporarilty add
Any
as part ofAnySerializable
type (d3e9beb
)
- Direct support for Python
Enum
(50148cc
)
- Added missing
py.typed
marker (ee3169f
)
- Added helpers for serializing XML dates and times (xsd:date, xsd:datetime) (
c309834
)
- Support for properties whose value is an
Type[SerializableObject]
but are notList
orSet
(bf6773c
)
- Handle nested objects that are not list or set (
4bc5252
)