Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit af2a40a

Browse files
committed
Release
The first release
1 parent 006884c commit af2a40a

21 files changed

+1642
-14
lines changed

Assets/BayatGames/BinaryFormatter/Documentation.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/BayatGames/BinaryFormatter/Documentation/BinaryFormatter Documentation.docx.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Assets/BayatGames/BinaryFormatter/Documentation/BinaryFormatter Documentation.pdf.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/BayatGames/BinaryFormatter/Documentation/BinaryFormatter Documentation.rtf

Lines changed: 218 additions & 0 deletions
Large diffs are not rendered by default.

Assets/BayatGames/BinaryFormatter/Documentation/BinaryFormatter Documentation.rtf.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
BinaryFormatter
2+
BinaryFormatter is an Fast, Lightweight Binary serialization/deserialization library for Unity projects.
3+
4+
5+
Features
6+
* Serializing Collections: Lists, Dictionaries, IEnumerable
7+
* Serializing KeyValuePair
8+
* Serializing ISerializable
9+
* Serializing Multi-Dimensional Arrays
10+
* Surrogate Serialization
11+
* Serializing Almost anything (Automatically serializes public fields and properties)
12+
* Deserializing IDeserializationCallback
13+
* Fast and Helpful Customer Support
14+
* Free & Open Source
15+
* Easy to Use
16+
* Cross Platform (Let us know if you have any problem with any platform)
17+
Getting Started
18+
Just add
19+
using BayatGames.Serialization.Formatters.Binary;
20+
then you are ready to go.
21+
JsonFormatter provides some static methods for fast serialization of objects to json string:
22+
23+
24+
using BayatGames.Serialization.Formatters.Binary;
25+
26+
27+
...
28+
29+
30+
Byte[] buffer = BinaryFormatter.SerializeObject ("Hello World");
31+
32+
33+
Resources
34+
* Bayat Games at GitHub
35+
* Bayat Games at Unity Asset Store
36+
* Support
37+
Thanks
38+
Thanks for your choice and awesomeness, show your support by rating our products and reviewing them.
39+
40+
41+
Hope you enjoy it.
42+
43+
44+
Made with 💗 by Bayat Games

Assets/BayatGames/BinaryFormatter/Documentation/BinaryFormatter Documentation.txt.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)