ston

Object serializer

A format for serializing objects in class-based object-oriented languages like Smalltalk.

STON - Smalltalk Object Notation - A lightweight text-based, human-readable data interchange format for class-based object-oriented languages like Smalltalk.

GitHub

138 stars
16 watching
32 forks
Language: Smalltalk
last commit: 8 months ago
Linked from 1 awesome list

data-exchangedata-formatpharoserializationsmalltalk

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
theseion/fuel An object serialization framework for Smalltalk that aims to provide efficient and flexible serialization of various types of objects. 28
svenvc/neojson Converts JSON data to Smalltalk objects and vice versa efficiently. 42
artemstepanenko/dekoter A Swift protocol that enables easy object serialization and deserialization to/from UserDefaults. 25
svenvc/neouniversalbinaryjson An implementation of Universal Binary JSON format in Pharo Smalltalk 5
mumez/sixx A Smalltalk-based XML serialization/deserialization library for storing and loading objects in a portable format. 15
burningtree/uson A data serialization format designed to be human-readable and suitable for shell environments. 77
antmicro/migrant A serialization framework for .NET projects enabling easy serialization of complex objects with minimal programming effort. 46
archi-doc/tinyhand A lightweight data serialization framework for C# 21
antidot/pyckson A Python library that serializes objects to JSON by analyzing their class structure and parameters. 28
pichillilorenzo/jackson-js A JavaScript library for serializing and deserializing objects using decorators and supporting advanced object concepts like polymorphism and cyclic references. 90
sake92/tupson A library for serializing and deserializing JSON data in Scala 8
svenvc/neocsv A Smalltalk framework for reading and writing CSV files efficiently and converting data between CSV and Smalltalk objects. 29
thomasgalliker/objectdumper A utility that serializes .NET objects to human-readable strings or C# initializer code for debugging and logging purposes. 399
sereal/sereal A binary serialization format designed for dynamic languages, supporting shared references, weak references, aliases, objects, regular expression objects, and efficiency features. 413
jvdsandt/protobuf-smalltalk A Smalltalk library for serializing and deserializing structured data using a protocol buffer format 13