Table of Contents

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

schema IReadOnlyDictionary<string, SchemaType>

The parsed schema dictionary.

typeName string

The root type name to load.

Returns

IDeltaPackApi<T>

Type Parameters

T