CompositeInspector.guess

Guess the D type of serialized based on information available in it.

class CompositeInspector(ComponentType)
TypeInfo
guess
(
ComponentType serialized
)
if (
isAggregateType!ComponentType
)

Parameters

serialized ComponentType

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

Return Value

Type: TypeInfo

TypeInfo guessed type

Meta