ex_ndjson v0.2.0 ExNdjson.Serializer

Serializes data structures to NDJSON format.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor

Link to this section Types

Link to this type t()
t() :: nil | true | false | list() | float() | integer() | String.t() | map()

Link to this section Functions

Link to this function child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function serialize(buffer)
serialize(pid()) :: String.t() | no_return()
Link to this function start()
start() :: pid()
Link to this function write!(buffer, chunk)
write!(pid(), t()) :: pid() | no_return()