Package

ml.combust.bundle

custom

Permalink

package custom

Visibility
  1. Public
  2. All

Type Members

  1. trait CustomType[T] extends AnyRef

    Permalink

    Type class for a custom object.

    Type class for a custom object.

    Custom objects can be serialized in an ml.combust.bundle.dsl.AttributeList as an ml.combust.bundle.dsl.Value. They must provide a JSON serialization as well as a compact byte representation.

    T

    Scala class of custom type

Ungrouped