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

CompiledSchema #6

@Michael-K-GH

Description

@Michael-K-GH

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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions