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

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
The first release
  • Loading branch information
hasanbayatme committed Sep 16, 2017
1 parent 006884c commit af2a40a
Show file tree
Hide file tree
Showing 21 changed files with 1,642 additions and 14 deletions.
9 changes: 9 additions & 0 deletions Assets/BayatGames/BinaryFormatter/Documentation.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
BinaryFormatter
BinaryFormatter is an Fast, Lightweight Binary serialization/deserialization library for Unity projects.


Features
* Serializing Collections: Lists, Dictionaries, IEnumerable
* Serializing KeyValuePair
* Serializing ISerializable
* Serializing Multi-Dimensional Arrays
* Surrogate Serialization
* Serializing Almost anything (Automatically serializes public fields and properties)
* Deserializing IDeserializationCallback
* Fast and Helpful Customer Support
* Free & Open Source
* Easy to Use
* Cross Platform (Let us know if you have any problem with any platform)
Getting Started
Just add
using BayatGames.Serialization.Formatters.Binary;
then you are ready to go.
JsonFormatter provides some static methods for fast serialization of objects to json string:


using BayatGames.Serialization.Formatters.Binary;


...


Byte[] buffer = BinaryFormatter.SerializeObject ("Hello World");


Resources
* Bayat Games at GitHub
* Bayat Games at Unity Asset Store
* Support
Thanks
Thanks for your choice and awesomeness, show your support by rating our products and reviewing them.


Hope you enjoy it.


Made with 💗 by Bayat Games

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit af2a40a

Please sign in to comment.