I am passing a Dataset through WCF and/or serializing it in a session manager.
Data disappears from custom columns after deserializing the object. I can verify the data is there before the object is serialized. The custom object is used for implementing alpha numeric sorting and it uses the [Serializable] attribute. The dataset is not strongly typed.
Solution to follow…
Custom datatypes can be serialized in a dataset but they require the IXmlSerializable interface be implemented.