Package

com.github.gigurra.scalego

serialization

Permalink

package serialization

Visibility
  1. Public
  2. All

Type Members

  1. case class ECSSerializer[IntermediaryFormat, T_IdTypes <: IdTypes](objectMapper: ObjectMapper[IntermediaryFormat, T_IdTypes], knownSubtypes: KnownSubTypes = KnownSubTypes.empty)(implicit systemIdMapper: IdTypeMapper[T_IdTypes.SystemId], entityIdMapper: IdTypeMapper[T_IdTypes.EntityId]) extends Product with Serializable

    Permalink

    Created by johan on 2016-09-17.

  2. trait IdTypeMapper[IdType] extends AnyRef

    Permalink

    Created by johan on 2016-09-17.

  3. case class KnownSubTypes(mappings: Set[(String, Class[_])]) extends Product with Serializable

    Permalink

    Created by johan on 2016-09-17.

  4. trait ObjectMapper[IntermediaryFormat, T_IdTypes <: IdTypes] extends AnyRef

    Permalink

    Created by johan on 2016-09-17.

Value Members

  1. object ECSSerializer extends Serializable

    Permalink
  2. object IdTypeMapper

    Permalink
  3. object KnownSubTypes extends Serializable

    Permalink

Ungrouped