Serialization is the process by which an object is converted into a format that can be stored and later retrieved.

learn more… | top users | synonyms (7)

1
vote
7answers
74 views

Java: What can and what can't be serialized?

If the Serializable interface is just a 'marker-interface' that is used for enabling some-sort of meta-data about classes in java - I'm a bit confused: After reading the process of java's ...
1
vote
2answers
50 views

Serializing Exception - Cannot be serialized because it does not have a parameterless constructor [duplicate]

I'm getting an exception when initializing an XMLSerializer and passing it an instance of Appointment (from the EWS API): Microsoft.Exchange.WebServices.Data.Appointment cannot be serialized ...
0
votes
1answer
49 views

Having lots of trouble with serialization in MVVM

I am working on a text-based game in WPF and I'm exploring MVVM. Currently I have 2 models in my project, Adventurer and GameDate (I am not concerned at this point with what should or should not be a ...
1
vote
2answers
54 views

C#: To be XML serializable, types which inherit from IEnumerable must have an implementation of Add(System.Object)

So I have the following code: private static string FindAppointmentsAsXmlString(CalendarView calendar, ExchangeService serv) { FindItemsResults appointments = ...
0
votes
2answers
54 views

Spring @Async annotation causes java.io.NotSerializableException?

I need to create an asynchronized process with Spring, but when I put @Async on my method I get this error java.io.NotSerializableException: ...
0
votes
1answer
77 views

Getting Json Output from Byte Array

I just started a new project on WCF and to be honest I'm very new at this with limited knowledge. So what I'm trying to do is open a file that is stored in my computer (e.g. word, pdf, etc.) and ...
1
vote
0answers
11 views

EF 4 STEs: Dynamically Serialize the ChangeTracker

I am using Entity Framework 4.0 STE's with the T4 templates. Depending on what service contract is called, we might want a simple POCO version of an entity and other times we would like a version of ...
0
votes
1answer
67 views

MVVM & Serialization - How do I access the instances of classes? [duplicate]

I'm trying to learn how to serialize objects using the MVVM pattern. I have a MainViewModel which I would like to serialize. The serializer needs an instance of MainViewModel which should be created ...
0
votes
1answer
49 views

Why can't XmlSerializer serialize this list object?

Here is my code: private void Button_Click(object sender, RoutedEventArgs e) { PaneData data = new PaneData(); data.Add("S1"); data.Add("S2"); ...
-3
votes
1answer
59 views

Save/Load a game in MVVM via Binary Serialization [closed]

I'm working on a text-based game in WPF using the MVVM pattern. I would like to use Binary Serialization to save and load the game as I did when I was using WinForms, but with this pattern I don't ...
0
votes
1answer
18 views

How SoapFormatter and FileStream work together/

FileStream only writes raw bytes. When I serialize using SoapFormatter if I open the file I can see that there XML like text. I thought you had to encode every character to before passing it to ...
1
vote
1answer
27 views

How to exclude a property from DataContractSerialization When It Has No Data?

I'm using DataContractSerializer in my Web API application and in my action I'm returning a Data Type as below: public class Event { public string Name {get; set;} public IList<Division> ...
0
votes
2answers
54 views

How to serialize an Java Object in Hadoop?

Object should implement Writable interface in order to be serialized when transmitted in Hadoop. Take the Lucene ScoreDoc class as an example: public class ScoreDoc implements java.io.Serializable { ...
2
votes
2answers
71 views

What are the connections and differences between Hadoop Writable and java.io.serialization?

To implement Writable interface, object can be serialized in Hadoop. So what are the connections and differences between Hadoop Writable and java.io.serialization?
2
votes
1answer
43 views

About Serialization in Hadoop: what are the advantages of serialization?

I am a little confused about serialization in Hadoop data stream. Assume that I have a Java object defined as follows (the object can be much more complex than I have shown): public void MyObject { ...
-3
votes
1answer
40 views

How do I convert an arraylist into xml file using Xstream

Okay so here's my constructor public class Highscore implements java.io.Serializable{ public String name; public double score; protected Highscore (String na, double sc){ name = ...
-1
votes
1answer
65 views

C# serializing complex objects to mongoDB

I have a few questions that are closely related so I am grouping them under this question. Appreciate any help: I'm trying to create a persistent db for my object model using c# and the mongoDB ...
1
vote
2answers
51 views

Java: Store and Serialize Items from an Array

I know this could be a very easy question but I cant get my code to work properly. I need to write into a XML file in an field an example like this: 1-A,2-C,3-D,...25-A For this I have the total ...
0
votes
1answer
27 views

XML Serialization: is Order mandatory on your class when you specifiy at least 1 Order attribute?

Using the following class: [Serializable] public class OrderedClass { private int field1; private string field2; private string field3; [XmlElement(Order = 30)] public string ...
0
votes
1answer
27 views

Rgearding Conversion of Object To File

Can anyone please tell me that how to write object to file in ANDROID?I have a table layout in which all the contents like row,footer,header information is added.I want to add this object as a file in ...
0
votes
2answers
30 views

Is activation and passivation the same concept as deserialization and serialization?

I haven't worked on EJB. Every now and then I hear about the term "activation" and "passivation" in context of EJB's. May be these terms are equally applicable for normal POJO objects also. Are there ...
0
votes
2answers
57 views

Jquery: Textarea in form not serialized

Basically I want to open a Modal confirmation to remove an item and ask the reason for doing so in a textarea element. Then, I want to send the value of textarea via ajax to an external file, but the ...
0
votes
0answers
22 views

Why do we have different formatters in Serialization and what made them all to come in gradually?

It appears that serialization is a approach where we convert the serializable object to a required format e.g. binary, soap etc. We use formatter to do the transformation. When the transformation is ...
0
votes
1answer
27 views

Exception attempting to deserialize Xaml

I'm trying to serialize / deserialize some Xaml using this simple code: object clone; using ( var stream = new MemoryStream() ) { System.Windows.Markup.XamlWriter.Save( myStackPanel, stream ); ...
0
votes
1answer
42 views

Serialize class to json as array

Using Json.Net 5.0.5 I would like to serialize this class [JsonObject(MemberSerialization.OptIn)] public class RingPoint { public double X { get; set; } public double Y { get; set; } ...
1
vote
2answers
34 views

Backbone.syphon and checkboxes

Here is one silly question. Is it posible possible to return value from checkbox with Backbone.Syphon. Here is code: <input type="checkbox" name="test" value="pinky"> So when i do: var ...
0
votes
0answers
23 views

How to override XML attribute serialization location

I'm currently getting "The XML element '_' from namespace '' is already present in the current scope". The problem is, that I want the XML element to be declared in more than one location. Or, if it ...
4
votes
1answer
41 views

Java Sockets: Request-response pattern with object streams

My objective is to implement a simple request-response pattern based on Java sockets that is used to request an object from a server. It should work like this: The client sends a message to the ...
1
vote
3answers
59 views

Serialize JSON from List<T> and Show Values

I have a list of a custom object with two properties that needs to be serialized into JSON. Here is the object: public class IndexData { public string ColumnName { get; set; } public string Data ...
-3
votes
2answers
69 views

What happens if you make an unserializable class serializable in java? [closed]

What happens if you extend a library function that is not serializable to implement serializable in java? For example: public class SerializableMethod extends Method implements Serializable {}
0
votes
1answer
23 views

python encode/decoder for serialization/deserialization (Java's kyro equivalence in python)

I need to convert python value into byte array and vice versa. For example: Integer 256 -> [1, 1] // 256 = 1 * 255 + 1 String 'ab' -> [97, 98] // 'a' -> 97, 'b' -> 98 Floating point 1.23 -> [63, ...
0
votes
4answers
94 views

How to write Serialized Object as Human readable Txt file

I want to write objects in human readable form in a TXT file , the file gets saved as a normal serialized object with unwanted characters. Please suggest me how to rewrite the same program for ...
2
votes
2answers
39 views

How do you deserialize an interface to an internal class of another assembly?

Obviously, it is impossible to serialize/deserialize interfaces if the concrete types are not known to the compiler. I have an interface-only assembly MyInterfaces and an assembly MyImpl with ...
0
votes
2answers
36 views

Sending and receiving an Object from an RMI Server and Client using seralization

I was implementing a banking system and I want to send a ResultSet to the client. But Java shows me an error. public interface SekelatonInterface extends Remote { public String test() ...
0
votes
1answer
21 views

Using Single ByteArrayOut/InputStream and ObjectOut/Input for Multiple Operations

I have written a basic server-client architecture in Java and I am using serializable classes for packet transmission. I have probably seen the "tobytearray, frombytearray" functions in some question ...
-1
votes
0answers
37 views

Regarding serialisation of Object [closed]

I have a table layout in which all the contents like row,footer,header information is added.I want to add this object as a file in sdcard,as i want to convert this report of tablelayout in pdf ...
2
votes
1answer
43 views

ServiceStack, can an Action return an `IEnumerable<IWhateverInterface>`? [duplicate]

Edit: Please note my question is different from the one shown by the editor. I have no problem sending an IEnumerable or IDictionary in general but I have issues with sending them, containing ...
0
votes
0answers
13 views

Serialize a char enum as the character value in JSON

I have read similar posts on the subject: Enum Serialization Json vs XML Serializing enum values in JSON (C#) but my requirements / use case is slightly different so I am looking for some possible ...
0
votes
0answers
13 views

Serializable class that contains IXmlSerializable property fails to deserialize?

Is it allowable to transition from [Serializable] attribute classes to IXmlSerializable classes and back? The following code serializes as expected, but it does not deserialize the second property of ...
0
votes
1answer
45 views

How to build ideal RESTful API for Entity Data model using JSON response?

I would like to understand how to proceed with creation of REST based WCF service and entity data model using JSON response. I have followed the instructions listed in : ...
0
votes
1answer
48 views

Protobufs and Objects Java

I am currently implementing a small client server database in Java. I model transactions using Java Objects. Each transaction contains a number of statements and some metadata. These are passed ...
0
votes
1answer
35 views

EF/WCF: Reducing data transfer

Hopefully, this is not too open-ended. I'm working on a .NET 4, WPF, WCF, EF (STE's), SQL 2012 application. We're getting hammered by our customers because our application times out and hangs on ...
0
votes
2answers
21 views

Can I save a serialized array to database, that has some reference sub arrays?

The PHP code I am interating through is as follows for the Update process: $data = $_POST; foreach ($data['answers'] as &$d): if(!isset($d['default'])): $d['default'] = "false"; ...
5
votes
2answers
81 views

Cast object to a generic type

I haven't slept in a while so this is probably easier than I think it is. I have a generic class that's more or less this: public class Reference<T> where T : APIResource //<- APIResource ...
0
votes
1answer
31 views

Dynatree ASP.NET MVC: post tree to server

I want to post data from dynatree to my asp.net mvc server via ajax. I use the model classes (Dynatree with ASP.NET MVC) from Steve which work well for getting data from the server to the client. But ...
1
vote
0answers
28 views

Serializing a list of object as dictionnary in DjangoRestFramework

Using django & django-rest-framework, I have the following model (this is simplified but it's all there): class Device(Model): #stuff class DeviceInformation(Model): device = ...
0
votes
1answer
64 views

upgrade to playframework 2.1.1 creates json deserialization problems with jeckson. might be connected with akka actor library?

After I upgraded an application to playframework 2.1.1 I get some deserialization issues in jackson (jackson-mapper-asl-1.9.10.jar and jackson-core-asl-1.9.10.jar) Normal tests executed from play ...
0
votes
0answers
36 views

How to write a django-rest-framework serializer / field to merge data from generic relations?

I have objects with a generic relation pointing to various other objects, and I need them to be merged (inlined) so the serialized objects look like one whole objects. E.G: class ...
0
votes
0answers
41 views

type_info error in boost serialization

It becomes a link error to serialize the "map" in boost serialization. #include <boost/serialization/map.hpp> #include <boost/archive/binary_oarchive.hpp> map<int, int> map; ...
1
vote
2answers
57 views

<Django object > is not JSON serializable

I have the following code for serializing the queryset; def render_to_response(self, context, **response_kwargs): return HttpResponse(json.simplejson.dumps(list(self.get_queryset())), ...

1 2 3 4 5 205