You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: