package encode
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- encode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- implicit val addressMapper: TypeMapper[String, Address]
- implicit val bytesMapper: TypeMapper[ByteString, Seq[Byte]]
- val dateToIsoDate: (LocalDate) ⇒ String
- implicit val hashMapper: TypeMapper[ByteString, Hash]
- val isoDateToDate: (String) ⇒ LocalDate
- implicit val localDateMapper: TypeMapper[String, LocalDate]
- implicit val uuidMapper: TypeMapper[ByteString, UUID]
-
object
HashSafeValidator
Created by kevin on 21/4/2018.
-
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