SimpleObjectSerializer

fm.serializer.SimpleObjectSerializer
See theSimpleObjectSerializer companion object
final case class SimpleObjectSerializer[T]()(implicit ser: ObjectSerializer[T], deser: ObjectDeserializer[T]) extends ObjectSerializer[T], ObjectDeserializer[T], SimpleSerializer[T]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SimpleSerializer[T]
trait Deserializer[T]
trait RawDeserializer[T]
trait ObjectSerializer[T]
trait Serializer[T]
trait FieldSerializer[T]
trait NestedSerializer[T]
trait RawSerializer[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final def defaultValue: T

The default value to use if we don't read a value

The default value to use if we don't read a value

Attributes

final def deserializeNested(input: NestedInput): T
final def deserializeRaw(input: RawInput): T
final def serializeField(output: FieldOutput, number: Int, name: String, v: T): Unit
final def serializeNested(output: NestedOutput, v: T): Unit
final def serializeRaw(output: RawOutput, v: T): Unit

Inherited methods

final def map[B](default: => B)(ser: B => T)(deser: T => B): MappedSimpleSerializer[A, B]

Attributes

Inherited from:
SimpleSerializer
final def map[B](ser: B => T, deser: T => B, default: => B): MappedSimpleSerializer[A, B]

Attributes

Inherited from:
SimpleSerializer
final def map[B](ser: B => T, deser: T => B): MappedSimpleSerializer[A, B]

Attributes

Inherited from:
SimpleSerializer
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product