io.github.srs.config.yaml.serializer.encoders
Members list
Type members
Classlikes
Encoders for DynamicEntity types.
Encoders for DynamicEntity types.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DynamicEntity.type
Encoders for various entity types.
Encoders for various entity types.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Entity.type
Encodes an Environment to a JSON object.
Encodes an Environment to a JSON object.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Environment.type
Encoders for Simulation types.
Encoders for Simulation types.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Simulation.type
Encoders for SimulationConfig types.
Encoders for SimulationConfig types.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SimulationConfig.type
Encoders for StaticEntity types.
Encoders for StaticEntity types.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StaticEntity.type
Exports
Defined exports
Encoder for a position represented as a tuple of (Double, Double).
Encoder for a position represented as a tuple of (Double, Double).
Attributes
- Returns
-
An Encoder that serializes a position to JSON.
Encoder for Entity types.
Encoder for Entity types.
Attributes
Given an Environment, it encodes it to a JSON object.
Given an Environment, it encodes it to a JSON object.
Attributes
- Returns
-
a JSON object representing the environment
Encoder for Light.
Encoder for Light.
Attributes
- Returns
-
An Encoder that serializes Light instances to JSON.
Encoder for StaticEntity types.
Encoder for StaticEntity types.
Attributes
- Returns
-
An Encoder that serializes StaticEntity instances to JSON.
Encoder for DynamicEntity types.
Encoder for DynamicEntity types.
Attributes
- Returns
-
An Encoder that serializes DynamicEntity instances to JSON.
Encoder for Simulation.
Encoder for Simulation.
Attributes
- Returns
-
An Encoder that serializes Simulation instances to JSON.
Encoder for SimulationConfig.
Encoder for SimulationConfig.
Attributes
- Returns
-
An Encoder that serializes SimulationConfig instances to JSON.