45 skills found · Page 1 of 2
symfony / SerializerHandles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.
jsonpickle / JsonpicklePython library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python.
mobxjs / SerializrSerialize and deserialize complex object graphs to and from JSON and Javascript classes
denoland / EszipA compact file format to losslessly serialize an ECMAScript module graph into a single file
RDFLib / OWL RLA simple implementation of the OWL2 RL Profile on top of RDFLib: it expands the graph with all possible triples that OWL RL defines. It can be used together with RDFLib to expand an RDFLib Graph object, or as a stand alone service with its own serialization.
RDFLib / Pyrdfa3RDFa 1.1 distiller/parser library: can extract RDFa 1.1 (and RDFa 1.0, if properly set via a @version attribute) from (X)HTML, SVG, or XML in general. The module can be used to produce serialized versions of the extracted graph, or simply an RDFLib Graph.
benhutchison / PricklePrickle is a library for easily pickling (serializing) object graphs between Scala and Scala.js.
shakilsiraj / Json Object MapperA TypeScript library to serialize and deserialize object graph from/to JSON in a fast and non-recursive way
bd808 / Php Unserialize JsConvert serialized PHP data to a javascript object graph.
matthiasnoback / Naive SerializerA naive JSON serializer which recursively converts an object graph to and from JSON, without any configuration or custom code.
RDFLib / PymicrodataThis a module to extract RDF from an HTML5 page annotated with microdata. The module implements the algorithm defined and published by the W3C Semantic Web Interest Group task force, in March 2012. The module can be used to produce serialized versions of the extracted graph, or simply an RDFLib Graph Object.
felixguendling / Cpp Serialization BenchmarkComparison of C++ Serialization Libraries for Graph Data
mindplay-dk / JsonfreezeSerialize and unserialize a PHP object-graph to/from a JSON string representation
CODAIT / Graph Def EditorGraphDef Editor: A port of the TensorFlow contrib.graph_editor package that operates over serialized graphs
6bee / Aqua CoreTransform any object-graph into a dynamic, composed dictionaries like structure, holding serializable values and type information
afiore / Gexf.rbRuby library for parsing, serializing, and manipulating GEXF graphs
DerwenAI / PynockA proposed standard `NOCK` for a Parquet format that supports efficient distributed serialization of multiple kinds of graph technologies
mtanksl / Amf.netAn implementation in C# of both AMF0 and AMF3 binary format that is used to serialize ActionScript object graphs.
helightdev / DogsA Dart/Flutter library for code‑generated object graphs, providing zero‑boilerplate serialization, validation, projections, and polymorphism with support for Flutter forms and databinding.
sejori / Super CerealSerialize object graphs into key-value pairs 🥣