DelegatingObjectTypeGuesser

A type guesser that will attempt to downcast passed object to a Type from Types list and use particular type guesser on it.

Constructors

this
this(typeof(this.guessers) guessers)

Constructor for delegating object type guesser

Members

Functions

guess
TypeInfo guess(Object serialized)

Guess the D type of serialized based on eager attempts to convert serialized to one of ConvertableTypes.

Variables

guessers
staticMap!(TypeGuesser, Types) guessers;
Undocumented in source.

Meta