fm.serializer.jackson

Members list

Type members

Classlikes

object Jackson

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Jackson.type
final class JsonGeneratorOutput(generator: JsonGenerator, options: JSONSerializerOptions) extends Output

An Output implementation on top of Jackson's JsonGenerator

An Output implementation on top of Jackson's JsonGenerator

Attributes

Supertypes
trait Output
trait RawOutput
trait NestedOutput
trait FieldOutput
class Object
trait Matchable
class Any
Show all
final class JsonParserInput(parser: JsonParser, options: JSONDeserializerOptions) extends Input

An Input implementation on top of Jackson's JsonParser

An Input implementation on top of Jackson's JsonParser

Attributes

Supertypes
trait Input
trait RawInput
trait FieldInput
trait NestedInput
class Object
trait Matchable
class Any
Show all