Skip to content

asheeshgoja/CIL-HighPerfBinarySerializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This project shows how using .NET CIL you can auto generate serialization surrogates on the fly. Here are the basic steps:

Define a custom attribute that you can use to tag the class you want to generate serialization surrogates for. During the startup of your assembly, walk through all the types that have this custom attribute and generate a serialization surrogate for them. Create a class with an interface similar to the binary formatter that internally delegates the call to the IL serialization surrogate.

See the comlete instructions at http://www.codeproject.com/Articles/151946/A-High-Performance-Binary-Serializer-using-Microso

About

Code for high performance binary serializer using CIL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages