Skip to content

Commit cdd623f

Browse files
authored
Update README.md
1 parent fa4f9ee commit cdd623f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# OpenCode
23
## Serialization Project
34

@@ -6,6 +7,10 @@ This project is just an attempt to implement a feature to serialize objects (per
67
1. Avoid the need of changing the class definition if there are changes in the names of serialized properties or even in the criteria to serialize the object
78
2. Being able to serialize/deserialize to/from multiple formats (JSON, CSV, XML, custom,…), also _without touching the class definition itself_.
89

10+
11+
> **WARNING**: This code it's not supported in any way. It's been developed as a proof of concept for myself and because there is no JSON.Adaptor yet (coming soon!). Be careful and count on that can (likely will) fail if you even consider using it in some kind of production environments. Use it, play with it, change it or improve it at your own discretion.
12+
This said and understood, you can follow on... ;-)
13+
914
### How to get universal serialization feature in your classes
1015

1116
To get the full features, you just have to import in your system 4 classes (1) : `OPNLib.Serialize.Adaptor`, `OPNLib.Serialize.Util`, `OPNLib.Serialize.TemplateOPNLib.Serialize.Template` and `OPNLib.Serialize.TemplateOPNLib.Serialize.TemplateCSV` (this last one it's not yet finished in Release 1/2018-04).

0 commit comments

Comments
 (0)