Projects tagged ‘java’ and ‘serialization’


Jump to tag:

Projects tagged ‘java’ and ‘serialization’

Filtered by Project Tags java serialization

Refine results Project Tags xml (6) json (5) protocolbuffers (4) library (4) ajax (3) groovy (3) communication (3) web (3) protobuf (3) stax (3) network (3) plugin (2)

[21 total ]

96 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.

6 Users

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.
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.

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.

2 Users

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 ... [More] Java objects including pre-existing objects that you do not have source-code of. There are a few open-source projects that can convert Java objects to JSON. However, most of them require that you place Java annotations in your classes something that you can not do if you do not have access to the source-code. Most also do not fully support the use of Java Generics. Gson considers both of these as very important design goals. Gson Goals Provide simple toJson() and fromJson() methods to convert Java objects to JSON and vice-versa Allow pre-existing unmodifiable objects to be converted to and [Less]
Created about 1 year ago.

1 Users

Provides integration with Google Protocol Buffers – a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols, data storage, and more.
Created 12 days 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 11 months ago.

1 Users
   

Okay, it's pretty easy to instantiate objects in Java through standard reflection. However there are many cases where you need to go beyond what reflection provides. For example, if there's no ... [More] public constructor, you want to bypass the constructor code, or set final fields. There are numerous clever (but fiddly) approaches to getting around this and this library provides a simple way to get at them. You will find the official site here. [Less]
Created about 1 year ago.

1 Users

Provides integration with Google Protocol Buffers – a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols, data storage, and more.
Created 12 days ago.