object Serializers
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Serializers
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 val IRMagicNumber: Int(-889304493)
Scala.js IR File Magic Number
Scala.js IR File Magic Number
CA FE : first part of magic number of Java class files 4A 53 : "JS" in ASCII
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def deserialize(buf: ByteBuffer): ClassDef
Deserializes a class def from the given buffer.
Deserializes a class def from the given buffer.
- Exceptions thrown
java.nio.BufferUnderflowException
if not enough data is available in the buffer. In this case the buffer's position is unspecified and needs to be reset by the caller.
- def deserializeEntryPointsInfo(buf: ByteBuffer): EntryPointsInfo
Deserializes entry points from the given buffer.
Deserializes entry points from the given buffer.
- Exceptions thrown
java.nio.BufferUnderflowException
if not enough data is available in the buffer. In this case the buffer's position is unspecified and needs to be reset by the caller.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def serialize(stream: OutputStream, classDef: ClassDef): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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]) @native()