SimpleTypeGuesser

A guesser that simply doesn't guess anything and just returns the SerializedType

@safe
class SimpleTypeGuesser : TypeGuesser!SerializedType(
SerializedType
) {}

Members

Functions

guess
TypeInfo guess(SerializedType serialized)

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

Meta