case class Base64(withoutPadding: Boolean = false, urlSafe: Boolean = false) extends JsonBinaryFormat with Product with Serializable
Specifies that binary data should be represented as JSON string containing binary data encoded as
Base64. When withoutPadding
is true, padding characters will be omitted at the end.
When urlSafe
is true, an URL and filename safe alphabet will be used as defined in
RFC4648 Section 5.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Base64
- Serializable
- Serializable
- Product
- Equals
- JsonBinaryFormat
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All