package serialization
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- serialization
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class BinaryDeserializer extends AnyRef
- final class BinarySerializer extends AnyRef
Value Members
- def deserializeBinary(buffer: ByteBuffer, bufferName: String): Seq[Defn]
- def serializeBinary(defns: Seq[Defn], out: OutputStream): Unit
- def serializeText(defns: Seq[Defn], buffer: ByteBuffer): Unit
- 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.