Interface BytecodeSerializer.SerializerContext
- Enclosing interface:
BytecodeSerializer
public static interface BytecodeSerializer.SerializerContext
Interface for a generated class that can serialize a
BytecodeRootNode
to a byte
buffer.- Since:
- 24.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeBytecodeNode
(DataOutput buffer, BytecodeRootNode node) Serializes aBytecodeRootNode
to the byte buffer.
-
Method Details
-
writeBytecodeNode
Serializes aBytecodeRootNode
to the byte buffer.The given node must be created by the current parse, otherwise the behaviour of this method is undefined.
- Throws:
IOException
- Since:
- 24.2
-