New Features
-
Entity Relations
Added serialization forEntity
withEntityPointer
. Added theEntitySmartPointer
trait that works similar to how serde serializes smart pointers likeBox
andRc
. -
Projection for
Option
,Vec
andMap
ProjectOption
,ProjectVec
andProjectMap
can be used to serialize containers that containsSerdeProject
types or
types that can beConvert
ed toSerdeProject
types. -
Cow version of
TypeTagged
Added support for custom clone-less serialization usingTypeTagged
.
Changes
ChildMap
no longer requires Eq
and will keep duplicate keys.
Breaking Changes
ProjectVec
has been reworked.