[−][src]Trait amethyst_assets::SerializableFormat
SerializableFormat is a marker trait which is required for Format types that are supposed
to be serialized. This trait implies both Serialize
and Deserialize
implementation.
Note: This trait should never be implemented manually.
Use the register_format
macro to register it correctly.
See FormatRegisteredData for the full example.