fm.serializer.jackson
package fm.serializer.jackson
Members list
Type members
Classlikes
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 Outputtrait RawOutputtrait NestedOutputtrait FieldOutputclass Objecttrait Matchableclass AnyShow 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 Inputtrait RawInputtrait CollectionInputtrait FieldInputtrait NestedInputclass Objecttrait Matchableclass AnyShow all
In this article