Interface BytecodeDeserializer.DeserializerContext
- Enclosing interface:
BytecodeDeserializer
public static interface BytecodeDeserializer.DeserializerContext
Interface for a generated class that can deserialize a
BytecodeRootNode
from a byte
input.- Since:
- 24.2
-
Method Summary
Modifier and TypeMethodDescriptionreadBytecodeNode
(DataInput buffer) Deserializes aBytecodeRootNode
from the byte input.
-
Method Details
-
readBytecodeNode
Deserializes aBytecodeRootNode
from the byte input.- Throws:
IOException
- Since:
- 24.2
-