7f73576b02
Adding Microsoft SECURITY.MD |
||
---|---|---|
.vscode | ||
sln | ||
src | ||
.gitattributes | ||
.gitignore | ||
Gruntfile.js | ||
LICENSE | ||
NuGet.Config | ||
README.md | ||
SECURITY.md | ||
SetVersion.js | ||
bower.json | ||
package-lock.json | ||
package.json | ||
tsd.json |
README.md
Angara.Serialization
A library that facilitates serialization on both .NET and JavaScript platforms and communication between them.
The library contains built-in serializers for a wide range of types and can easily be extended with serializers for user-defined types.
Serialization formats are pluggable. The shipped implementation is based on JSON.