An open API service indexing awesome lists of open source software.

https://github.com/alivedevil/deferredjsonserializer


https://github.com/alivedevil/deferredjsonserializer

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# DeferredJsonSerializer

Some content.

Usage:
```
var serializer = new DeferredJsonSerializer();
serializer.Serialize(someObject, Stream);
serializer.Deserialize(Stream); // currently works with objects only. Lists/Arrays not working.
```

Things are subject to change.