IDeserializer
interface IDeserializer
Interface for deserialization used to define the coupling between the main Deserializer
and its ObjectRecordDeserializers.
The set of objects that have been deserialized, indexed by record id.
The set of object record ids that are not considered "complete" yet.
The current deserialization options.
Resolver for types.
Mark the object id as complete. This will check dependencies and resolve relevant ValueUpdaters.
Check for a surrogate for the given type. If none exists, returns null.
Pend a SerializationInfo to be applied when the graph is fully parsed.
Pend the given value updater to be run when it's value type dependency is complete.