Projects tagged ‘framework’ and ‘serialization’


Jump to tag:

Projects tagged ‘framework’ and ‘serialization’

Filtered by Project Tags framework serialization

Refine results Project Tags library (3) api (3) xml (3) web (2) java (2) j2ee (2) javascript (2) macosx (2) development (2) programming (2) appdomain (1) technology (1)

[8 total ]

5 Users
 

eden is a serializer/deserializer library using a subset of the ECMAScript notation, it allows to exchange and interpret data keeping the structure and the type.
Created about 1 year ago.

5 Users
 

An Object-Oriented networking framework for Java primarily focused toward game development. The general concept is the utilization of Message objects that are essentially beans that are streamed over the network utilizing NIO.
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.

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

LightPersist features: Automatic serialization of object model graphs with replaceable back-end. Management of inter-object constraints and referential integrity. Full support for recurrent ... [More] transactions. Out of the box support for Undo/Redo in your application. UI Notifications events generation. Lazy object loading. Database schema backward compatibility and auto refactoring (TBD). Ready for object versioning. Ready for real-time collaborative distributed environments. DownloadsUse sidebar at the right of page >> Documentation [Less]
Created 27 days 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

A lightweight JSON serializer and deserializer for the .NET Compact Framework (v2.0). This library is very early in development and should be used with caution. There has been very little testing. ... [More] Unless you specifically need access from the compact framework, a more mature JSON library is recommended, such as Json.NET (http://www.codeplex.com/Json) [Less]
Created 10 months ago.

0 Users

The Application Extensibility Framework is designed to make it easier to develop extensible applications using a service-oriented architecture approach. It can be used to create abstract core safely ... [More] extended by user plugins extensions as application services. [Less]
Created 10 months ago.