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

Value Members

  1. def deserializeBinary(buffer: ByteBuffer, bufferName: String): Seq[Defn]
  2. def serializeBinary(defns: Seq[Defn], out: OutputStream): Unit
  3. def serializeText(defns: Seq[Defn], buffer: ByteBuffer): Unit
  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