Entity

io.github.srs.config.yaml.serializer.encoders.Entity
object Entity

Encoders for various entity types.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Entity.type

Members list

Givens

Givens

given given_Encoder_Double_Double: Encoder[(Double, Double)]

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.

given given_Encoder_Entity: Encoder[Entity]

Encoder for Entity types.

Encoder for Entity types.

Attributes