Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.478.480 Times

Serialization freeware
Filter: All | Freeware | Demo
 

Serialization

< 1 2 3 4 5 
Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 508

obJET obJET is an object-oriented database, a persistence API that enables .NET developers to store and retrieve any application object with only one line of code, eliminating the requirement to maintain separate SQL data queries. World class developers deploy the obJET database engine at the heart of... Platforms: Windows

License: Freeware Size: 20.48 KB Download (53): obJET Download

Released: December 20, 2012  |  Added: December 20, 2012 | Visits: 269

Atabaque DTDtoBean Atabaque DTDtoBean generates JavaBeans from a specified DTD file. You can choose generate standard Java Beans or using Annotations for XStream or Simple, APIs for XML Serialization. Its available as a command line, Swing application or NetBeans plugin. Platforms: Windows, Mac, Linux

License: Freeware Size: 125.33 KB Download (49): Atabaque DTDtoBean Download

Released: October 10, 2012  |  Added: October 10, 2012 | Visits: 238

data-libs Here is a repository of libraries automatically generated by Patlac::Xml2cpp software.All of these libraries are c++ translation of their respective xsd schema. They include classes with accessors, saxparser with iteration mode and xml serialization. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 539.75 KB Download (53): data-libs Download

Released: October 26, 2012  |  Added: October 26, 2012 | Visits: 330

Eco/Empire MUD EE MUD includes a large spherical world with dynamically created biomes, weather, and local areas. Need to replace serialization with more efficient caching with less object persistence, redo synchronization model, and use XML loaders over factory method Platforms: Windows, Mac, Linux

License: Freeware Size: 202.11 KB Download (48): Eco/Empire MUD Download

Released: June 21, 2012  |  Added: June 21, 2012 | Visits: 411

gSOAP Toolkit The gSOAP toolkit is a portable C and C++ software development toolkit for XML Web services and generic XML data bindings. Easy-to-use XML auto-serialization allows you to directly integrate C and C++ data with XML. Includes WSDL/XSD schema binding and auto-coding tools, stub/skeleton compiler,... Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 13.14 MB Download (49): gSOAP Toolkit Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 959

java data object persistence in file Make java data object persistent in file system whithout database. Between serialization in file and database. Cache your data model in file. Manage more objects than memory can contains Platforms: Windows, Mac, Linux

License: Freeware Size: 1.17 MB Download (47): java data object persistence in file Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 429

Mister Model Mister Model is a code generation system. It takes a UML model expressed as XMIand generates source code specifically designed to work in a cross-platform web service environment. It fixes the legendary 'Serialization Failed' messages in web services Platforms: Windows, Mac, Linux

License: Freeware Size: 86.22 KB Download (45): Mister Model Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 272

Loaded XML A small XML library that uses SAX to parse incoming data and build Java POJO's based on the content. Configuration consists of a single call to map each top-level XML element to a Java POJO. Also, supports basic POJO -> XML serialization. Platforms: Mac, Linux

License: Freeware Size: 34.5 KB Download (50): Loaded XML Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 249

Simple API for ASN.1 A simple ASN.1 toolkit and libraries to add ASN.1 serialization to Java classes.Serialization schemes are targetted at XML integration. Platforms: Windows, Mac, Linux

License: Freeware Size: 13.01 KB Download (47): Simple API for ASN.1 Download

Released: September 24, 2012  |  Added: September 24, 2012 | Visits: 448

Obba for OpenOffice Obba provides a bridge between spreadsheets and Java classes. With Obba, you can use spreadsheets as GUIs (Graphical User Interfaces) for your Java libraries. Its main features are: * Loading of arbitrary jar or class files at runtime through a spreadsheet function. * Instantiation of Java... Platforms: Mac

License: Freeware Size: 2.4 MB Download (55): Obba for OpenOffice Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 467

iAuxSQL iAuxSQL: sql db interface engine abstracts peculiarities of host database APIs and provides a single interface that allows to switch from one database type to another even during application run-time. iAuxSQL provides an additional, extended functionality which simplifies data management, such... Platforms: Mac

License: Freeware Size: 8.8 MB Download (48): iAuxSQL Download

Added: May 10, 2013 | Visits: 294

Marshal unicode strings with PyXML If you want to serialize Python objects to XML then PyXML is a good choice. Except in the case when unicode strings come into play. In this case generic.Marshaller().dump() throws an ugly AttributeError: Marshaller instance has no attribute 'm_unicode' .This script extends both PyXML Marshaller... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (64): Marshal unicode strings with PyXML Download

Added: May 10, 2013 | Visits: 418

Metakit Metakit is an efficient embedded database library with a small footprint. It fills the gap between flat-file, relational, object-oriented, and tree-structured databases, supporting relational joins, serialization, nested structures, and instant schema evolution. There is a C API, a Python binding... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (66): Metakit Download

Added: May 10, 2013 | Visits: 303

AjaxRequest AjaxRequest is a layer over the XMLHttpRequest functionality which makes the communication between Javascript and the server easier for developers. Features: - Simplify the interface to using XMLHttpRequest, making it more logical and consistent with what developers expect. No more worrying about... Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (55): AjaxRequest Download

Added: May 10, 2013 | Visits: 500

CodeSynthesis XSD CodeSynthesis XSD is an open-source, cross-platform W3C XML Schema to C data binding compiler.Provided with an XML instance specification (XML Schema), it generates C classes that represent the given vocabulary as well as parsing and serialization code. XSD supports two XML Schema to C mappings:... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (50): CodeSynthesis XSD Download

Added: May 10, 2013 | Visits: 924

Simple XML serlializer/de-serializer This script presents a way of serializing & de-serializing XML using the marshal module. The XML is converted to an equivalent Python dictionary first, which is marshaled to serialize it. De-serialization first unmarshals the dictionary from the file, and constructs the original XML. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Simple XML serlializer/de-serializer Download

Added: May 10, 2013 | Visits: 419

Pegasus Library The Pegasus Library is a collection of .NET classes that augments the .NET framework with helper classes and services. The library has been developed by professional developers from real world problems that I, and others, have been faced with. As with most developers today, I have worked for a... Platforms: Windows, ASP.NET,

License: Freeware Download (51): Pegasus Library Download

Added: May 10, 2013 | Visits: 689

Passage Open Source Enterprise Portal Cubic Compass Software is the primary developer and supporter of the Passage Foundation Server (PFS) for .NET. Passage provides a comprehensive set of web development tools and features integrated with best-of-breed Microsoft .NET technologies, components, and applications. Features:Security -... Platforms: Windows, ASP.NET,

License: Freeware Download (63): Passage Open Source Enterprise Portal Download

Added: May 10, 2013 | Visits: 379

cmsdAm cmsdAm is a simple, secure and scalable content management system.Features:- include plugins - handle user defined (sub)sections - developed with system administrators in mind (I'm a Linux system administrator!) - sections navigation bar - media serialization, good for ex. to hide/deny media... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): cmsdAm Download

Added: May 10, 2013 | Visits: 408

UJO Framework 0.89.B1 UJO is an abbreviation for Unified Java Object and it is similar in implementation to JavaBean, but different from it in architecture and methods. Key features "UJO Framework": - Very simple introspection - Serialization to / from formats XML, CSV and Resource bundle - UJO object controls an... Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (48): UJO Framework 0.89.B1 Download

< 1 2 3 4 5