Package com.oracle.truffle.api.bytecode.serialization
package com.oracle.truffle.api.bytecode.serialization
Serialization-specific classes for the Bytecode DSL.
- Since:
- 24.2
-
ClassDescriptionRepresents a class that can deserialize constants from a byte stream.Interface for a generated class that can deserialize a
BytecodeRootNode
from a byte input.Represents a class that can serialize constants in a bytecode interpreter.Interface for a generated class that can serialize aBytecodeRootNode
to a byte buffer.Utility class with helpers for serialization code.