Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serialization

.NET base type cannot be serialized by WCF

How to use XmlSerializer to deserialize into an existing instance?

c# .net serialization .net-2.0

Renaming fields then deserializing in C#

c# serialization

Can .NET XmlSerializer class deserialize InnerXml as a string?

.net xml serialization

Immutable types as configuration properties

OnSerializingAttribute vs ISerializable

c# .net serialization

Working with a large data object between ruby processes

Serializing WPF RichTextBox to XAML vs RTF

How can I serialize a closure in Perl?

ANTLR rule to consume fixed number of characters

parsing serialization antlr

Does [Serializable] work for inherited classes?

php saving object in session

php session serialization

Simplest way to deserialize an Array/Sequence of objects from XML with C#?

Traits and serialization/deserialization

scala serialization traits

Format XML, one attribute per line, with JDom

Binary object graph serialization

Java serialization - Android deserialization

How to specify one property is attribute of another In C# XML serialization?

Deserialize Inherited class with DataContractSerializer(typeof(BaseClass))

Can I serialize the paths drawn on canvas for redrawing the paths on relaunch of the application