serialization
How to XmlDeserialize using RestSharp?
I\'m having trouble deserializing the following XML w/ restsharp <Xid> <Id>118</Id> <Active>true</Active>[详细]
2023-04-13 08:05 分类:问答jackson serialization, is there an annotation that indicates what sub-properties to use for a property?
I\'d like to see something like this class User { @JsonMask({\"name\", \"address\"}) private Company company;[详细]
2023-04-13 07:46 分类:问答Serialize C++ functor
Can you save the function body of a C++ lambda/functor? For example, say you have light0->lightFunction = []( real tEl, real pAz ) -> Vector {[详细]
2023-04-13 07:05 分类:问答Who should be responsible for inflating a Data Object?
In my current project, I have quite a few objects I need to persist to XML and inflate at runtime. I\'ve been managing this through .NET\'s DataContracts. What I am doing right now is creating a separ[详细]
2023-04-13 05:01 分类:问答Wicket wants to serialize my Panel
When I access a specific page of my Wicket application, I get a NotSerializableException: java.io.NotSerializableException: my.package.MyPanel$1[详细]
2023-04-13 04:42 分类:问答Deserialize binary data in Silverlight 4
I thought I had read somewhere t开发者_如何学JAVAhat Silverlight 4 was going to contain a BinaryFormatter to support serializing/deserializing binary data in the client application but I can\'t seem t[详细]
2023-04-13 01:25 分类:问答unserialize offset Error
-- I have a serialized array开发者_开发问答 sent to another function in my application. Then I try to unserialize the data and present it in another place.[详细]
2023-04-13 00:59 分类:问答Binding and Searching Large DataTable
I have implemented Auto Complete drop down list in WPF It is giving issues when a large data (say over 30 MB) is bind to it[详细]
2023-04-12 22:46 分类:问答JSON touch iphone-sdk, send data over request
people, I\'m using JSON touch inmy iphone app. Now I have to send a string and then an array to server, how can I do this?[详细]
2023-04-12 22:36 分类:问答What's the best way to save movie objects inside other files and associate them with the ones in the actual collection?
I have a collection of Movie objects in a HashSet<Movie>. Movie type has properties such has Name, Year, Length, Genre, etc.[详细]
2023-04-12 20:58 分类:问答