Skip to content

baharestani/dynamic-serialization

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

This project desializes a binary serialized object without needing to reference the original or a proxy type.

How to build

Some C# 7.0 features are used, so you need VS2017 or MsBuild 15.0 to build.

How to use

  1. Run the serializer: It serializes an instanc of SampleType and dumps it in a file on c:\object.dat
  2. Run the deserializer: It sends the content of the file as a memory stream to the Deserialize function and converts it to JSON.

P.S: Self-referencing objects are not detected and attempting to deserialize them results in a StackOverFlowException.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages