Projects tagged ‘serialization’ and ‘xml’


Jump to tag:

Projects tagged ‘serialization’ and ‘xml’

Filtered by Project Tags serialization xml

Refine results Project Tags java (6) dotnet (5) library (4) framework (3) c (3) api (3) flash (2) persistence (2) remoting (2) 2_0 (2) web (2) json (2)

[26 total ]

97 Users
   

XStream is a simple library to serialize objects to XML and back again. Features: Ease of use, no mappings, performance, clean XML, no modifications to classes, integration with XML libraries, full ... [More] object graph support, customizable conversion strategies. [Less]
Created over 3 years ago.

11 Users
 

JSON-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans. It is based on the work by Douglas Crockford in ... [More] http://www.json.org/java. Includes support for Groovy and JRuby as well. [Less]
Created over 2 years ago.

3 Users
 

Reverspring is a Java library that allows you to create Spring IoC XML files from POJO at runtime, with detailed configuration about what to add in the descriptor and how to write it.
Created over 2 years ago.

2 Users

StaxMate is a light-weight framework that adds convenience to streaming XML-processing without significant additional overhead. It builds on top of StAX (JSR-173) compliant processors such as ... [More] Woodstox , and offers two basic abstractions: * Cursors, which build on XMLStreamReaders * Output objects, which build on XMLStreamWriters. Also included are interoperability support features like: * Ability to build DOM trees using Stax readers, write DOM trees using stream writers. [Less]
Created over 2 years ago.

1 Users
 

UJO Framework provides special objects with a different architecture from JavaBeans. The UJO objects have got the some unique features: * map based architecture with a value type safe solution * ... [More] an easy object introspection without a heavy PropertyDescriptor implementation * simple persistence the object to XML and another formats * two fundamental interfaces are applicable for easy user implementation [Less]
Created 12 months ago.

0 Users

A KML library that uses XML Serialization to load and save KML documents to/from files. All KML classes will be represented using real C# objects that work with the standard XmlSerializer. This ... [More] approach differs from other approaches that use string parsing or DOM manipulation and tends to be more object-oriented. [Less]
Created about 1 year ago.

0 Users

ORXml (Object Relationship Xml) is a framework for Mac OS X and iPhone OS. Apple provides the NSCoding API for object serialization, but this works only with the specific plist xml files. If any ... [More] custom xml schema has to be used, the object serialization / deserialization has to be done manually with the available xml parsing API's like NSXMLDocument, NSXMLParser or the c based libxml and this is hard work. ORXml is very easy to use. If an object structure according to a xml schema exists, ORXml can serialize / deserialize the objects without any configuration. An object serialization would be three simple lines of code: ORXmlSerializer *serializer = [[[ORXmlSerializer alloc] init] autorelease]; Test *test = [[[Test alloc] init]autorelease]; NSData *data = [serializer serializeTarget:test]; And the object deserialization is very similar: ORXmlSerializer *serializer = [[[ORXmlSerializer alloc] init] autorelease]; NSData *data = [NSData dataWithContentsOfFile:@"~/Documents/somefile.xml"]; Test *test = [serializer deserializeWithData:data];The project has started, here you can see the progress. [Less]
Created 4 months ago.

0 Users

Exil is a simple TinyXML based object serialization system. All an object needs to do is inherit from the XmlSerializable interface and implement two functions for serializing/deserializing data.
Created 4 months ago.

0 Users

pyxser stands for python xml serialization and is a python object to XML serializer/deserializer which validates every XML deserialization against the pyxser 1.0 XML Schema.
Created 9 months ago.

0 Users

Included will be classes that make repetitive tasks easier. The library will grow over time as I add new classes that encapsulate repetitive tasks that have a universal application in C# software ... [More] development. 0.1.0.01 - Includes a Serialization class that streamlines XML serialization [Less]
Created about 1 month ago.