I\'m having trouble deserializing the following XML w/ restsharp <Xid> <Id>118</Id> <Active>true</Active>
I\'d like to see something like this class User { @JsonMask({\"name\", \"address\"}) private Company company;
Can you save the function body of a C++ lambda/functor? For example, say you have light0->lightFunction = []( real tEl, real pAz ) -> Vector {
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
When I access a specific page of my Wicket application, I get a NotSerializableException: java.io.NotSerializableException: my.package.MyPanel$1
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
-- 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.
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
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?
I have a collection of Movie objects in a HashSet<Movie>. Movie type has properties such has Name, Year, Length, Genre, etc.