Interface Hydrator<T>

an interface for hydrating serialized graph data

Type Parameters

  • T = unknown

Hierarchy

  • Hydrator
  • hydrate unknown parsed data into the desired type

    Parameters

    • parsed: unknown

      the parsed data without compile-time type information

    Returns T

    data - the verified and potentially parsed data

Generated using TypeDoc