Package-level declarations

Types

Link copied to clipboard
interface Format
Link copied to clipboard
interface Formats
Link copied to clipboard
class SimpleFormats(val binaryFormat: Cbor, formats: Map<String, Format>) : Formats

A singleton for accessing different serialization formats with all the registered serializers for Components and more. If anything should be serialized within the ECS, it should be going through one of these serializers.