Package

io.jobial.scase.marshalling

serialization

Permalink

package serialization

Linear Supertypes
SerializationMarshallingInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. serialization
  2. SerializationMarshallingInstances
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class SerializationMarshallingTest extends AsyncFlatSpec with MarshallingTestSupport

    Permalink

Value Members

  1. implicit def javaSerializationWithGzipObjectMarshaller[T]: BinaryFormatMarshaller[T]

    Permalink
    Definition Classes
    SerializationMarshallingInstances
  2. implicit def javaSerializationWithGzipObjectUnmarshaller[T]: BinaryFormatUnmarshaller[T] { def unmarshalFromInputStream(in: java.io.InputStream): Product with Serializable with scala.util.Either[Throwable,T] }

    Permalink
    Definition Classes
    SerializationMarshallingInstances
  3. implicit def serializationMarshalling[T]: SerializationMarshalling[T]

    Permalink

Inherited from SerializationMarshallingInstances

Inherited from AnyRef

Inherited from Any

Ungrouped