Projects tagged ‘json’ and ‘serialization’


Jump to tag:

Projects tagged ‘json’ and ‘serialization’

Filtered by Project Tags json serialization

Refine results Project Tags java (5) web (4) library (4) ajax (3) remoting (3) gwt (2) jruby (2) javascript (2) xml (2) ruby (2) serializer (2) rubygem (2)

[14 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.

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

JSON-JRuby is a port of Florian Frank's native json library to JRuby.
Created about 1 year ago.

0 Users

ConvertTo-JSON and ConvertFrom-JSON. Take a JSON string and crank out PowerShell Objects. Got PowerShell Objects, generate JSON strings form them.
Created 10 months ago.

0 Users

Many forms need to add and remove form fields dynamically, such as invoice forms (adding new invoice lines), polling forms (adding new poll options), etc. Expandable Fieldsets manages the dynamic ... [More] addition, deletion, and serialization of those form fields. Relies on prototype.js >= 1.5.1. [Less]
Created 12 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

JSON SerilaizerThis project aims to (de)serialize Java POJO to JSON strings in GWT environment. It can be useful in case of non Java server side programming utilizing GWT or Java non GWT-RPC server ... [More] side programming. It can be useful in case of non Java server side programming utilizing GWT or Java non GWT-RPC server side programming. Any POJO implementing marker interface Serializable org.sagarius.gwt.json.client.Serializable? can be serialized. Only the fields of the following types are serialized: Primitives Wrapper classes java.lang.String java.util.Date Classes implementing Serializable Collections of the above types Only the following collection types are serialized List ArrayList LinkedList Stack Vector Set HashSet SortedSet TreeSet LinkedHashSet Getters and setters following Sun standards has to provided for such fields. Classes are deep serialized in case of inheritance. An example GWT module with serialization of POJOs with fields with almost all of the above types is also provided. If you are going to use for Java non GWT-RPC, this package is designed to be compatible with FlexJson serializer http://flexjson.sourceforge.net/ Future plans: This project was aimed to be used in GWT-GAE-Rest environment and hence serialization of the following types should be done: Google Key Blob [Less]
Created 3 months ago.

0 Users

ObjectivesSoon after the project started it stopped being just about thrit and protobuf, but the name stays. the project is about comparing serialization performance and other aspects of serialization ... [More] libraries on the JVM. Overall we have benchmarks for protobuf, thrift, java, scala, few implementations of stax, binaryxml, json, xstream, javolution, hessian, avro, sbinary and more. Discussions and ResultsResults discussed on the project wiki and at this blog post. For more information check out the data structure we use list of issues, the Google Group and the source code. Work in progressThe benchmarking results we have on the wiki are of the project V1. Discussions about the next version of the benchmarking project can be found on the wiki and google group. [Less]
Created about 1 year ago.

0 Users

ROCKET GWT FRAMEWORKThe Rocket GWT library/framework consists of a number of components that can assist developers get more out of GWT. A variety of modules exist each performing a specialised task. ... [More] Each module contains many tests that not only make sure it works but also provide a value source of info on how to use the said feature. Each download includes a demo.html (download,unzip and run) page that lists all runnable demos. Module Comments Wiki Tests/Demos rocket.beans.Beans Brings many of the Ioc features found in Spring to clientside GWT applications Yes lots rocket.browser.Browser A small collection of helper methods related to the browser No none rocket.collection.Collection Collection related helper methods, also contains some of the java.util.Collection methods not yet emulated. no few rocket.dom.Dom Mostly helper methods related to the dom not yet part of GWT's DOM class no none rocket.dragndrop Drag n Drop support no yes a demo is available rocket.events.Events An exciting richer event model built ontop of GWT's Event yes try rocket.widget.test.basicwidgets.client.BasicWidgetsTest rocket.generator.Generator A richer abstraction to generating class. No more printing of java source with this abstraction yes lots rocket.json.Json Serialize JSON to java objects and vice versa. yes lots gwt unit tests rocket.logging.Logging A log4j like logging framework on the client, supporting loggers with individual levels and implementations as well as globally including or excluding all logging statements. yes lots of tests rocket.messaging.Messaging A simple message delivery system supports topics, queues no none rocket.remoting.Remoting Support for comet(server push), json rpc, java rpc ((using rocket's serialization) yes lots rocket.selection.Selection Programmatic access to user browser selections ( selection portions of a web by mouse dragging ) yes demo rocket.serialization.Serialization A richer more easily extended java serialization framework no lots rocket.style.Style Support for cross browser inline, computed (runtime), rule style manipulation using standard css names yes lots rocket.testing.Testing Support for writing interactive function unit tests no several demos rocket.text.Text Text related utilities no some rocket.util.Util Lots of misc utility methods including web mode stacktrace support some lots rocket.widget.Widgets Lots of widgets and authoring aides no lots of demos A bit more info about the Widgets. Basic widgets - Does everything the equivalent GWT widgets plus also accept Elements from the DOM. Template based widget and panel authoring. To hijack existing elements, sinking events, styling just override the appropriate method. Calendar - A easy to use template based Calendar widget. Easy to right your own DatePicker etc. HtmlTemplateFactory - hijack elements from the DOM, embed files, execute templates on the client. ImageFactory - smart use of data urls for images whenever possible. Menu - includes a context menu, control which way lists open up,down,left and right. ResizablePanel a panel that has draggable edges that stretch the widget its holding. Slider - slides which include support for a background widget. SortableTable - a multi column sortable table that maps value objects to table rows. TabPanel richer tab panels widget. Viewport - create a google map tile based draggable viewport. If anything doesnt work, has a bug, could be improved, or you have a suggestion or something to contribute feel free to post to the group or email. Feel free to also contact me if you want to sponsor the project but taking advantage of our professional services. [Less]
Created about 1 year ago.