My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 11
The goals of this project are: # Create a simple, powerful and flexible serializer for C # Create a serializer that is stack/heap agnostic. The rationale for this goal is to make the serializer runnable on embedded systems where dynamic memory allocation is expensive and inefficient. Systems w...
The project involves creation of RDF triples in Turtle format.
This program can convert following Django objects into Python's built-in object: {{{ django.db.models.Model django.db.models.manager.Manager django.db.models.fields.related.ManyRelatedManager django.db.models.query.QuerySet django.forms.models.BaseForm django.forms.models.ModelForm ...
java protobuf code generators, serializers, utilities <img width="400" src="http://protostuff.googlecode.com/files/protostuff.jpg"/> *Protostuff* is a code generator from the code generated by protoc (protobuf compiler) *Goals*: * efficient ser/deser (generated code) for other formats (JS...
Gson is a Java library that can be used to convert Java Objects into its JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of. There are a few ...
A repository for code discussed at http://wadofstuff.blogspot.com. ==SMF manifests== * [http://wadofstuff.googlecode.com/svn/trunk/solaris/smf/buildbot.xml BuildBot] * [http://wadofstuff.googlecode.com/svn/trunk/solaris/smf/iscdhcpd.xml ISC dhcpd] * [http://wadofstuff.googlecode.com/svn/...
Awa allows developpers to export any of their given C++ code.Those exported elements can then be targeted and executed from an xml file.Absolutly no modification is required for the exported objects. Awa is intended to be used for developping zero install type applications by accessing and running ...
=Just Another Multithread Marshaller Engine= Jamme is a highly customizable multi-thread engine that allows to bidirectionally transform a java object in its XML representation (marshall) and viceversa (unmarshall). It is designed to be easily integrated in a dependency injection framework like Sp...
The serialization package makes it very easy to save an object. But there are several limitations: 1. the serialization only works for a single object. 2. the xml serialization tools in .net does not have access to private fields. 3. an object may have reference field targeting a device depende...
It serialize a blob objects to be stored in database
1 2 Next