class SerializationMarshalling[M] extends DelegatingMarshalling[M] with SerializationMarshallingInstances
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SerializationMarshalling
- SerializationMarshallingInstances
- DelegatingMarshalling
- Marshalling
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new SerializationMarshalling()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def delegate[M]: SerializationMarshalling[M]
- Definition Classes
- SerializationMarshalling → DelegatingMarshalling
- def eitherMarshaller: Marshaller[Either[Throwable, M]]
- Definition Classes
- DelegatingMarshalling → Marshalling
- def eitherUnmarshaller: Unmarshaller[Either[Throwable, M]]
- Definition Classes
- DelegatingMarshalling → Marshalling
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def javaSerializationWithGzipObjectMarshaller[T]: BinaryFormatMarshaller[T]
- Definition Classes
- SerializationMarshallingInstances
- implicit def javaSerializationWithGzipObjectUnmarshaller[T]: BinaryFormatUnmarshaller[T]
- Definition Classes
- SerializationMarshallingInstances
- val marshaller: BinaryFormatMarshaller[M]
- Definition Classes
- SerializationMarshalling → Marshalling
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def throwableMarshaller: Marshaller[Throwable]
- Definition Classes
- DelegatingMarshalling → Marshalling
- def throwableUnmarshaller: Unmarshaller[Throwable]
- Definition Classes
- DelegatingMarshalling → Marshalling
- def toString(): String
- Definition Classes
- AnyRef → Any
- val unmarshaller: BinaryFormatUnmarshaller[M]
- Definition Classes
- SerializationMarshalling → Marshalling
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated