io.circe

package io.circe

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class JsoniterScalaCodec(maxDepth: Int, initialSize: Int, doSerialize: Json => Boolean, numberParser: JsonReader => Json) extends JsonValueCodec[Json]

A JSON value codec that parses and serialize to/from circe's JSON AST.

A JSON value codec that parses and serialize to/from circe's JSON AST.

Attributes

doSerialize

a predicate that determines whether a value should be serialized

initialSize

the initial size hint for object and array collections

maxDepth

the maximum depth for decoding

numberParser

a function that parses JSON numbers

Returns:

The JSON codec

Companion:
object
Graph
Supertypes
trait JsonValueCodec[Json]
trait Serializable
class Object
trait Matchable
class Any