DelegatingObjectTypeGuesser.guess

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

class DelegatingObjectTypeGuesser(Types...)
const
TypeInfo
guess
(
Object serialized
)

Parameters

serialized Object

the component for which guesser will attempt to guess the type.

Return Value

Type: TypeInfo

TypeInfo guessed type for which std.conv.to didn't fail.

Meta