Packages

package sprayjson

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class JsonEntityStreamingSupport extends javadsl.common.JsonEntityStreamingSupport
  2. trait SprayJsonSupport extends AnyRef

    A trait providing automatic to and from JSON marshalling/unmarshalling using an in-scope *spray-json* protocol.

  3. final class SprayJsonByteStringParserInput extends IndexedBytesParserInput

    INTERNAL API

    INTERNAL API

    ParserInput reading directly off a ByteString. (Based on the ByteArrayBasedParserInput) that avoids a separate decoding step.

    TODO: make private before next major version

    Annotations
    @deprecated @InternalApi()
    Deprecated

    (Since version 10.0.2) Will be made private.

Value Members

  1. object SprayJsonEntityStreamingSupport

    Entity streaming support, implemented using spray-json.

    Entity streaming support, implemented using spray-json.

    See also github.com/spray/spray-json for details about Spray JSON itself

  2. object SprayJsonSupport extends SprayJsonSupport

Deprecated Value Members

  1. object SprayJsonByteStringParserInput
    Annotations
    @deprecated
    Deprecated

    (Since version 10.0.2) Not needed any more. Should have been private.

Ungrouped