Skip to content

mike-dempster/Xenos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xml serializer configures the .NET serializer in three phases.

  • The first phase is configuration. This phase adds the entities and properties to the context along with setting up names, required/optional settings, and exclusions.
  • The second phase is buildup. This phase allows the entity and property configuration classes to prepare for binding to the underlying serializer by assessing the completed configuration and performing the necessary work.
  • The third phase is the binding phase. This phase sees the creation of the underlying serializer and the configuration based on the setup from the previous phases.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages