serialization

  • submit to reddit

Speed Up with Fast Java and File Serialization

Since the first version of Java, day-by-day many developers have been trying to achieve at least as good of performance as in C/C++. JVM vendors are doing...

0 replies - 7290 views - 08/06/12 by Kuba Kubrynski in Articles

C# Code To Test If An Object Is Serializable

0 replies - 2294 views - 08/02/11 by Jason McDonald in Uncategorized

Is Object Serialization Evil?

In my daily work, I use both an RDBMS and MarkLogic, an XML database. MarkLogic can be considered akin to the newer NoSQL databases, but it has the added...

9 replies - 6630 views - 07/07/11 by Robert Diana in Articles

Migrate Serialized Java Objects with XStream and XMT

Java serialization is convenient to store state of Java objects. However, there are some drawbacks of the serialized data: It is not human readable. It...

1 replies - 8399 views - 02/19/10 by robinshine in Articles

cedarsoft Serialization 1.0.0-beta1

cedarsoft Serialization (GPL with Classpath Exception) offers version aware serialization of java object trees with maximum control. Its goal is to provide...

0 replies - 1048 views - 01/04/10 by Johannes Schneider in Announcements

Convert Object To Byte Array And Viceversa (serialization)

6 replies - 78441 views - 04/24/07 by Snippets Manager in Uncategorized

C# - XML Serialization From String

0 replies - 7392 views - 09/05/06 by Snippets Manager in Uncategorized

All Exceptions Created Equal

1 replies - 2981 views - 02/17/06 by Snippets Manager in Uncategorized