I\'m trying to push a subset of a collection of data through WCF to be consumed by WCF - think paged data. As such, I want this collection to have one page\'s worth of data as well as a total number o
I try to write a kind of object/record serializer with Delphi 2010 and wonder if there is a way to detect, if a record is a variant record. E.g. the TRect record as defined in Types.pas:
Explanation: Let\'s say I have an object graph that\'s nested several levels deep and each entity has a bi-directional relationship with each other.
I\'m receiving an error message while deserializing an XML document into an object. How can this be solved?
Kryo is开发者_JAVA百科 a very new and interesting Java serialization library, and one of the fastest in the thrift-protobuf benchmark.If you\'ve used Kryo, has it already reached enough maturity to tr
I have an interface like this public interface IField<T> extends IsSerializable { publicString getKey();
I am serializing a generic dictionary in VB.net and I am very surprised that it is about 1.3kb with a single item.Am I doing something wrong, or is there something else I should be doing?I have a larg
when you try to se开发者_如何学JAVArialize object data why do get 22 serialization::archive 7 in your serialized data? how do you get rid of it?A bit late perhaps, but I was looking for the same thing
Some开发者_JS百科times (quite a lot, actually) we get a situation in Java where two objects are pointing to the same thing. Now if we serialise these separately it is quite appropriate that the serial
I have a C++ class representing a hierarchically organised data tree which is very large (~Gb, basically as large as I can get away with in memory). It uses an STL list to store information at each no