Package

fm.serializer

json

Permalink

package json

Visibility
  1. Public
  2. All

Type Members

  1. final class JSONByteArrayInput extends JSONInput

    Permalink
  2. final class JSONCharSequenceInput extends JSONInput

    Permalink
  3. final case class JSONDeserializerOptions(internStrings: Boolean = false) extends Product with Serializable

    Permalink

    internStrings

    Call String.intern() on any strings read

  4. abstract class JSONInput extends Input

    Permalink
  5. final class JSONOutput extends Output

    Permalink
  6. final class JSONReaderInput extends JSONInput

    Permalink
  7. final case class JSONSerializerOptions(outputNulls: Boolean = true, outputFalse: Boolean = true, outputZeros: Boolean = true, prettyFormat: Boolean = false, indent: String = " ") extends Product with Serializable

    Permalink

    outputNulls

    Write out fields with null values

    outputFalse

    Write out boolean fields that are false

    outputZeros

    Write out fields with numbers that are zero

    prettyFormat

    Use pretty formatting.

    indent

    The indent to use for prettyFormat. Note: Not currently hooked up for Jackson

Value Members

  1. object JSON

    Permalink
  2. object JSONByteArrayInput

    Permalink
  3. object JSONDeserializerOptions extends Serializable

    Permalink
  4. object JSONInput

    Permalink
  5. object JSONSerializerOptions extends Serializable

    Permalink

Ungrouped