Here are
13 public repositories
matching this topic...
MsgPack Serializer & Deserializer for Swift
Updated
Dec 23, 2019
Swift
dart library which converts Dart Objects into their JSON representation
Updated
Jun 27, 2020
Dart
Easy, Fast and Lightweight Binary Formatter. (Serializer and Deserializer)
serialize objects to javascript
Updated
Jan 31, 2020
JavaScript
A Java library for serializing objects as PHP serialization format.
Updated
Feb 28, 2018
Java
A C# library that can read and write primitives, enums, arrays, and strings with specified endianness, string encoding, and boolean sizes.
Easily serialize any object.
Updated
Apr 13, 2020
Ruby
Small Java serializer for networking applications, focused on reducing bandwidth.
Updated
Aug 23, 2016
Java
Implementation of STON (Smaltalk Object Notation) in Java for use in serializing objects for Raven
Updated
Nov 11, 2018
Java
Serializes form data into an object.
Updated
Jan 11, 2018
JavaScript
serialize objects to node module
Updated
Mar 14, 2020
JavaScript
Improve this page
Add a description, image, and links to the
serialize-objects
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
serialize-objects
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hello Riki, your serializer looks very promising!
I'm wondering whether its physical format stable enough to be standardized?
Would be great to have a wire-compatible javascript version of the .NET serializer.
Existing formats like Json, Bson or MessagePack are quite limited (don't support circular references, etc).
Regards, Alex