Stride.Core.Assets.Serializers Namespace
Classes
|
Changes rules on what types can be naturally contained inside a given member. All other types will be serialized as references. |
||
|
A static class that can be used to fix up object references. |
||
|
An implementation of IAssetPartReference that represents an asset part implementing IIdentifiable. |
||
|
A serializer for IIdentifiable instances, that can either serialize them directly or as an object reference. |
||
|
A fake serializer used for cloning invariant objects. Instead of actually cloning the invariant object, this serializer store it in a list of the context and restore when deserializing. |
||
|
Serializer that works with scalar, but could still read older ObjectSerializer format. |
||
|
Default serializer used for all Yaml content |
Interfaces
|
An interface representing a reference to an asset part that is used for serialization. |
||