Info
| Version: | 4.3.0 | 
| Author(s): | NetVietDev | 
| Last Update: | Wednesday, October 21, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://juanonsoftware.github.io/SerializationMaster-Package/ | 
| NuGet Url: | https://www.nuget.org/packages/Rabbit.SerializationMaster | 
Install
Install-Package Rabbit.SerializationMaster
                        dotnet add package Rabbit.SerializationMaster
                        paket add Rabbit.SerializationMaster
                        
                                Rabbit.SerializationMaster Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETFramework 4.0 
                                        
                    - No dependencies. 
- No dependencies. 
Tags
 
                
Also it supports to implement a custom serialization strategy.
1. Serialize : serializes an object to string (depends on type xml/json/jsv/base64/...)
2.
Deserialize : deserializes a string to object (depends on type xml/json/jsv/base64/...)
3. DeepCopy : performs deep copied an object
For detail please check project site https://juanonsoftware.github.io/SerializationMaster-Package/.