Packages

p

scala.scalanative.nir

serialization

package serialization

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

Type Members

  1. final class BinaryDeserializer extends AnyRef
  2. final class BinarySerializer extends AnyRef
  3. class DeserializationException extends RuntimeException
  4. sealed abstract class InternedBinarySectionWriter[T] extends NIRSectionWriter
  5. sealed abstract class NIRSectionWriter extends AnyRef
  6. case class Prelude(magic: Int, compat: Int, revision: Int, sections: Offsets, hasEntryPoints: Boolean) extends Product with Serializable

Value Members

  1. def deserializeBinary(directory: VirtualDirectory, path: Path): Seq[Defn]
  2. def serializeBinary(defns: Seq[Defn], channel: WritableByteChannel): Unit
  3. object Prelude extends java.io.Serializable
  4. object Tags

    Serialization tags are unique type ids used to identify types in the binary representation of NIR.

    Serialization tags are unique type ids used to identify types in the binary representation of NIR. There are some holes in the numbering of the types to allow for binary-compatible leeway with adding new IR nodes.

Inherited from AnyRef

Inherited from Any

Ungrouped