Deserializer Describer
class DeserializerDescriber(input: InputStream, runtime: AvailRuntime) : AbstractDeserializer
Content copied to clipboard
A DeserializerDescriber takes a stream of bytes and outputs a description of what would be reconstructed by a Deserializer.
Author
Mark van Gulik
Parameters
input
An InputStream from which to reconstruct objects.
runtime
The AvailRuntime from which to locate well-known objects during deserialization.
Constructors
Functions
Link copied to clipboard
Describe a compressed index on the builder, decompressing it to ensure the compressor is advanced to its next state correctly.
Properties
Link copied to clipboard
Link copied to clipboard
The A_Modules that were already loaded in the runtime during instance creation.