Class

io.jobial.scase.marshalling.serialization

SerializationMarshalling

Related Doc: package serialization

Permalink

class SerializationMarshalling[M] extends DelegatingMarshalling[M] with SerializationMarshallingInstances

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializationMarshalling
  2. SerializationMarshallingInstances
  3. DelegatingMarshalling
  4. Marshalling
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SerializationMarshalling()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  6. def delegate[M]: SerializationMarshalling[M]

    Permalink
  7. def eitherMarshaller: Marshaller[Either[Throwable, M]]

    Permalink
    Definition Classes
    DelegatingMarshallingMarshalling
  8. def eitherUnmarshaller: Unmarshaller[Either[Throwable, M]]

    Permalink
    Definition Classes
    DelegatingMarshallingMarshalling
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. implicit def javaSerializationWithGzipObjectMarshaller[T]: BinaryFormatMarshaller[T]

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

    Permalink
  16. val marshaller: BinaryFormatMarshaller[M]

    Permalink
    Definition Classes
    SerializationMarshallingMarshalling
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def throwableMarshaller: Marshaller[Throwable]

    Permalink
    Definition Classes
    DelegatingMarshallingMarshalling
  22. def throwableUnmarshaller: Unmarshaller[Throwable]

    Permalink
    Definition Classes
    DelegatingMarshallingMarshalling
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. val unmarshaller: BinaryFormatUnmarshaller[M] { def unmarshalFromInputStream(in: java.io.InputStream): Product with Serializable with scala.util.Either[Throwable,M] }

    Permalink
    Definition Classes
    SerializationMarshallingMarshalling
  25. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DelegatingMarshalling[M]

Inherited from Marshalling[M]

Inherited from AnyRef

Inherited from Any

Ungrouped