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
- class DeserializationException extends RuntimeException
- class IncompatibleVersion extends NirDeserializationException
- sealed abstract class InternedBinarySectionWriter[T] extends NIRSectionWriter
- sealed abstract class NIRSectionWriter extends AnyRef
- abstract class NirDeserializationException extends IllegalStateException
- case class Prelude(magic: Int, compat: Int, revision: Int, sections: Offsets, hasEntryPoints: Boolean) extends Product with Serializable
Value Members
- def deserializeBinary(directory: VirtualDirectory, path: Path): Seq[Defn]
- def serializeBinary(defns: Seq[Defn], channel: WritableByteChannel): Unit
- object Prelude extends java.io.Serializable
- 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.
- object UnknownFormat extends NirDeserializationException