Im just wondering how I go about saving an instance of a class to the silverlight isolated storage. I also need to know if it possible that the class that we save to isolated storage can have a list o
just started using the Serializable-thingy, I want to save a couple of lists and some other objects, but I can\'t seem to get some things right.
I have problem with serialization inherited from Canvas class. I am looking for a few days longer solution. I tried XMLSerializer, XAMLWriter, now tries to use DataContractSerializer.
I want to save the state of application on deactivation because some how my application crashes when i activate the application after deactivating the application,the value for some object is not save
in one of my classes, I have a routine that reads and writes an array of type Decimal (using BinaryReader / BinaryWriter\'s ReadDecimal() and Write() methods, to w开发者_运维知识库it:
I\'ve read a variety of recommendations on this, and just am curious what the \"state of the art\" would be for this-
There is a need to provide some sort of interface(save/edit/load) to dynamically generated styles that are formed from GeometryDrawings. The problem is distinction between them in situation they lack
I have a bean with CommonsMultipartFile type field like so: public class Placement implements Serializable {
On a project I work on, I have to send arrays of float / double开发者_C百科 back and forth over a network, I\'m using Boost.Asio for the network stuff, as I need the communication to be async, and tha
We have an existing application that runs on php and mysql. We are in the process of adding fine grained user authorization, so that certain users only get access to certain resources. There are a few