This repository was archived by the owner on Feb 15, 2020. It is now read-only.

Description
Implement the CompiledSchema class and associated Schema.Compile() method.
CompiledSchema should translate a Schema instance into a collection of DynamicMethods (two for each custom type and schema block) which can read/write from/to the defined structure in the Schema.
This should be used as a faster alternative to Schema.Read() and Schema.Write() if you plan to cache your Schema object instances.