TypeGuesser

Interface for components that are able to guess the D type of serialized component.

@safe
interface TypeGuesser (
SerializedType
) {}

Members

Functions

guess
TypeInfo guess(SerializedType serialized)

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

Meta