Packages

package encode

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. encode
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit val addressMapper: TypeMapper[String, Address]
  2. implicit val bytesMapper: TypeMapper[ByteString, Seq[Byte]]
  3. val dateToIsoDate: (LocalDate) ⇒ String
  4. implicit val hashMapper: TypeMapper[ByteString, Hash]
  5. val isoDateToDate: (String) ⇒ LocalDate
  6. implicit val localDateMapper: TypeMapper[String, LocalDate]
  7. implicit val uuidMapper: TypeMapper[ByteString, UUID]
  8. object HashSafeValidator

    Created by kevin on 21/4/2018.

  9. object Proto2Serializer extends CryptoSerializer

    This class supports a variant of the protobuf proto2 serialization format

    This class supports a variant of the protobuf proto2 serialization format

    The purpose is to always have a well defined round-trip serialization format that is safe for the use of cryptographic signing and is also cross-platform and cross-language

    It restricts proto2 by - Mandating everything is required

    It does not yet support proto2 features such as - Arrays (except for byte arrays) - Anything remotely complex

    It extends proto2 by providing custom serializers for - UUID - Hash

Inherited from AnyRef

Inherited from Any

Ungrouped