Class Interpreter
- Namespace
- DeltaPack
- Assembly
- DeltaPack.dll
public static class Interpreter
- Inheritance
-
Interpreter
- Inherited Members
Methods
Load<T>(IReadOnlyDictionary<string, SchemaType>, string)
Loads a schema and returns an API for serialization operations.
public static IDeltaPackApi<T> Load<T>(IReadOnlyDictionary<string, SchemaType> schema, string typeName)
Parameters
schemaIReadOnlyDictionary<string, SchemaType>The parsed schema dictionary.
typeNamestringThe root type name to load.
Returns
Type Parameters
T