ml.combust.bundle.serializer

custom

package custom

Visibility
  1. Public
  2. All

Type Members

  1. case class CustomBytesSerializer[T](ct: CustomType[T]) extends CustomSerializer[T] with Product with Serializable

    Class for serializing a custom object to/from a byte array.

  2. case class CustomJsonSerializer[T](ct: CustomType[T]) extends CustomSerializer[T] with Product with Serializable

    Class for serializing a custom object to JSON.

  3. trait CustomSerializer[T] extends AnyRef

    Trait for a custom object serializer.

  4. trait CustomType[T] extends AnyRef

    Type class for a custom object.

Ungrouped