Main > Free Download Search >

Free serialization script

serialization

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9
CXS - Compact XML Serialization 1.0

CXS - Compact XML Serialization 1.0


CXS is an XML appliccation for data serialization which offers the possibility of transfering complex data structures between programming languages. CXS is aimed to offer a representation of data structures which is compact (few bytes) and effectively more>> CXS is an XML appliccation for data serialization which offers the possibility of transfering complex data structures between programming languages. CXS is aimed to offer a representation of data structures which is compact (few bytes) and effectively to parse in different programming environments. CXS supports the serialization of the following data types: * scalar types: string, integer, double (aka. float), boolean * compound types: array (numerical), hash (associative array), object * special types: null * resource types: RecordSet, binarystream The basic idea for CXS was to build up a serialization language for Flash (client) - PHP (server) communication which can be handled easily by both languages and keeps traffic as low as possible.<<less
Added: 2005-08-07 License: GPL Price: $0.00USD
13 downloads
 
Other version of CXS - Compact XML Serialization
License:GPL
Download
1545 downloads
Added: 2005-08-07
What is Object Serialization 1.0.0

What is Object Serialization 1.0.0


Serialization is a way of flattening, pickling, sizzling, serializing, or freeze-drying Objects so that they can be stored on disk, and later read back and reconstituted, with all the links between Objects intact Object serialization is the process of more>> Serialization is a way of flattening, pickling, sizzling, serializing, or freeze-drying Objects so that they can be stored on disk, and later read back and reconstituted, with all the links between Objects intact Object serialization is the process of saving an objects state to a sequence of bytes, as well as the process of rebuilding those bytes into a live object at some future time<<less
Added: 2007-05-17 License: Freeware Price: $0.00USD
11 downloads
Cassandra Client 0.4

Cassandra Client 0.4


Cassandra Client is such a smart and useful A Ruby client for CassandraDB. more>>

Cassandra Client 0.4 is such a smart and useful A Ruby client for CassandraDB.
Major Features:

  1. Clean encapsulation of the Thrift API
  2. Pluggable serialization and compression
  3. Ruby 1.9 compatibility
<<less
Added: 2009-08-01 License: Other Free / Open Source License - Apache License Price: OtherFreeOpenSourceLicenseApacheLicense
downloads
Libgenerics

Libgenerics


Libgenerics is a general c utility library. more>> Libgenerics brings convenient utility library for developers that enables them to describe the objects they are developing at compile time to dynamically analyze them at run-time. It gives the possibility to dump and restore the objects states in a binary chunk or xml format way too.

Libgenerics introduces the following notions:

  1. Metaclasses handling,
  2. Serialization process definition,
  3. A small xml object layer,
  4. Object listener abstraction,
  5. API-signed dynamic module load / link capabilities.
<<less
Added: 2007-06-22 License: GPL - GNU Public License Price: GPLGNUPublicLicense
10 downloads
DigiOz .NET Guestbook 1.0

DigiOz .NET Guestbook 1.0


The Digioz .NET Guestbook is a Guestbook System written in ASP.NET 2.0, which uses Serialization to store messages as serialized XML text files. It supports multiple languages and smiley faces, as well as an administrative interface to remove unwanted more>> The Digioz .NET Guestbook is a Guestbook System written in ASP.NET 2.0, which uses Serialization to store messages as serialized XML text files. It supports multiple languages and smiley faces, as well as an administrative interface to remove unwanted messages.<<less
Added: 2008-01-13 License: GPL Price: $0.00USD
11 downloads
libferris 1.1.107

libferris 1.1.107


PLEASE REVIEW AND EDIT CAREFULLY libferris makes the file system and other hierarchical storage systems easier to use. more>>

libferris 1.1.107 is a useful tool which makes it easier to use the file system and other hierarchical storage systems.Other than mounting things as a filesystem, the other core concept of libferris is extraction of interesting metadata from your libferris filesystems.

This means that simple things like width and height of an image file become first class metadata citizens along with a files size and modification time.

It uses GModule from glib2 to dynamically load both context and attribute classes at run-time. This way resources are conserved until they are needed.

Ferris currently can decode mp3, read id3 tags, decode many image formats and break some animation formats into frames. This makes ferris a solid starting point for multimedia applications.

Major Features:

  1. Native kernel XFS EA
  2. Data available from lstat(2)
  3. Cryto hashes like md5 and sha1
  4. As-xml serialization
  5. Schema data
  6. Emblem attachment metadata
  7. Many file system synthetic EA
  8. ID3 tags in mp3/ogg files
  9. Jpeg images
  10. Png images
  11. Images loadable via ImageMagick
  12. Mpeg2 video
  13. Dolby ac3 information
  14. Djvu images
  15. Images loadable via imlib2
  16. Jasper images
<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
1 downloads
s11n 1.2

s11n 1.2


s11n is a project focused on the generic serialization of objects in the C programming language. more>>
s11n 1.2 is a script which focuses on the generic serialization of objects (i.e., object persistence) in the C programming language. It provides easy-to-use, easy-to-integrate, and low-maintenance interfaces for serializing a wide variety of C types. And many other features.

Major Features:.

  1. Serialization support can often be added to types without modifying those types, or them even being aware they are playing along.
  2. Out of the box it supports all STL containers (and work a likes), nested arbitrarily deep.
  3. Clients can easily extend it to support their own types using, often non-intrusively.
  4. It is data-format agnostic, meaning it doesn't internally care about any file formats. It is container-centric, not stream-centric. The provided i/o layer is just one potential solution to i/o, and the core library can be used with arbitrary client-side i/o mechanisms. The core inherently supports in-memory serialization, not requiring any i/o layer whatsoever (this is useful for serializing over a clipboard-like mechanism and for "casting via serialization").
  5. Comes with support for several different file formats, and add-on can be written to provide further formats (e.g., sqlite3 databases).
<<less
Added: 2007-06-22 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
12 downloads
GNU Common C 2.3.2

GNU Common C 2.3.2


PLEASE REVIEW AND EDIT CAREFULLY GNU Common C is a portable and highly optimized class framework for writing C applications that need to use threads and support concurrent sychronization. more>>

GNU Common C 2.3.2 brings you a powerful class framework which is used for writing C applications needed to use threads and support concurrent synchronization and that use sockets, XML parsing, serialization, config files, thread-optimized String and data structure classes, etc.

This framework offers a class foundation that hides platform differences from your C application so that you need not write platform specific code.

GNU Common C has been ported to compile nativily on most platforms which support either posix threads, or on Microsoft Windows.

<<less
Added: 2007-06-21 License: GPL - GNU Public License Price: GPLGNUPublicLicense
1 downloads
MyObjects 1.0

MyObjects 1.0


MyObjects is a set of tools for database schema generation, class generation and object persistence. It is divided into two sub projects, a compiler for class generation and runtime for back and forth maping objects to the database and Xml more>> MyObjects is a set of tools for database schema generation, class generation and object persistence. It is divided into two sub projects, a compiler for class generation and runtime for back and forth maping objects to the database and Xml files. MyObjects finished Zends Php 5 Coding Contest in 7th place. Features Of MyObjects: Automatic database schema generation from existing databases. Web based database schema generation from scratch. Command line based database schema and class generation. Generation of Sql statements from the designed database schema. Generation of Classes that will map to the database tables. (A seperate class for each table is created). Full validation code through setter methods in generated classes. phpDoc style comments in generated classes. Minimizes runtime operations by providing many features in generated classes. Xml serialization of the objects of generated classes and deserializing of the objects from Xml files. Inplemented in new Php 5 object model. Uses the new MySqli extension for php to support new features of MySql. Uses the new libXml based DOM extension to provide generation, parsing and validation of database schema files.<<less
Added: 2004-09-09 License: BSD Price: 0.00
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1