Serialization is the process by which an object is converted into a format that can be stored and later retrieved.
0
votes
1answer
12 views
Extending SQLServerPreparedStatement in java
i'm trying to serialize a prepared statement and store it in a file as object but the object created by my sql driver is of type 'SQLServerPreparedStatement' and is not serializable so i tried to ...
1
vote
2answers
29 views
Boost serialization and vector of lots of objects
I am using boost serialization to serialize/deserialize 3d model meshes, like this:
struct PackageMesh
{
std::vector<Vec3> mVertexData;
std::vector<Vec3> mNormalData;
...
2
votes
2answers
22 views
Rails serialization converts 0 to String
I've got a model that uses the default Rails serialization to serialize an array. Behold:
class Account < ActiveRecord::Base
serialize :number_of_free_jobs
end
number_of_free_jobs is an array ...
0
votes
1answer
16 views
Get amount of serialized objects in stream to randomly choose one
I'm trying to get the amount of serialized objects in the stream I'm serializing and deserializing from. I want to do this to create a random value between 1 and that amount.
Is this possible to do ...
0
votes
2answers
28 views
Serialize arraylist of Bitmaps
I have a CITEM class:
public class CITEM {
public Bitmap BMP;
public String DESC;
}
In another class I have an array defined as follows:
ArrayList<CITEM> array;
I need to store the ...
0
votes
0answers
14 views
GWT: trying to change in some gwt-user.jar files but it dosen't work
I want to change some GWT source files from gwt-user.jar so that the compiled javascript will now conatin my code, I tried changing in SerializerBase in com.google.gwt.user.client.rpc.impl
It works ...
1
vote
1answer
21 views
send DateTime through a Ajax.BeginForm #c
I'm trying to use Ajax.BeginForm. I want to send a DateTime through a html form.
The problem is in the controller the Datetime is not initialised. I get the default DateTime. Any idea ? Thanks for ...
0
votes
0answers
14 views
Monotouch SerializeObject randomly throws exceptions
This following code throws an exception once in a while, what makes it much harder to understand the problem.
GetFeaturedApiRequest request = new GetFeaturedApiRequest ();
request.RequesterID = ...
0
votes
3answers
54 views
negative serialVersionUID?
I came across a exception handler class that extends exception as follows:
public class AppFileReaderException extends Exception {
//Explicit serialization UID added
private static final ...
-1
votes
1answer
60 views
Serialization/Deserialization in C/C++ for union arrays [closed]
What is the best way to serialize / deserialize union arrays with strings and basic integer?
For example, we want to serialize:
union val_u {
int i;
char *s;
}
void serialize(void *buffer, const ...
1
vote
1answer
37 views
Django caching - Pickle is slow
Working on optimization of one web-site, I found, that finally pickling of QuerySets becomes bottleneck in caching, and no matter how clever your code could be, unpickling of relatively large QS in ...
2
votes
8answers
111 views
Is serializable inheritable
Is serializable inheritable. Particulary if I have
class A implements Serializable{}
class B extends A{}
Is class B serializable?
0
votes
1answer
47 views
What serializer to use?
I was using DataContractSerializer and so far it provided everything I need.
Now I need two more features and I already know that they are not possible with DataContractSerializer.
I need to be able ...
0
votes
2answers
39 views
Preferred way to serialize an object with Boost/C++ in binary format
I would like to serialize instances of a class and send them over TCP connection using C++ / Boost libraries. There are too many working examples out there... Some using text streams for buffers and ...
1
vote
5answers
51 views
Form submit with AJAX passing form data to PHP without page refresh
Can anyone tell me why this bit of code isn't working?
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script>
$(function ...
0
votes
0answers
10 views
php var_export object - forgot to serialize before storing
I have a project where last developer forgot to serialize objects before storing them into database. Now I have:
stdClass::__set_state(array(
'id' => '1',
'name' => 'John',
...
1
vote
2answers
20 views
Is there a way of specifying what data of an object is passed to the serializer when it's being serialized?
I'm serializing quite complex data-structures using native JSON.stringify of chrome(will switch to some serialization library later for cross-browser support). Most of the data can be looked upon as ...
0
votes
2answers
20 views
How do you use the RKDotNetDateFormatter in RestKit 0.20?
I am getting a JSON object back from a .NET service that has a date in the following format: /Date(1368825702750-0500)/
I need to be able to deserialize that format into an NSDate and then display ...
0
votes
2answers
37 views
Need way to unserialize objects from PHP in Python [closed]
I have a PHP serialized object that I need to un-serialize for use in Python. I know, it is not an open format but it is what I have to work with. I saw a topic that seemed to address this here but ...
0
votes
1answer
17 views
java.io.NotSerializableException: com.sun.faces.context.FacesContextImpl weblogic
I am using PrimeFaces2.0 in my project ,I found following error once deploy my application on weblogic clustering environment .
Would any body have any idea why it can happen
...
0
votes
1answer
21 views
Boost Serialization Tree Structure
I'm trying to build a tree like structure to hold a test made up of a series of questions.
The idea is that Test, Question, QuestionPart would all derive from the following class:
class Node
{
...
0
votes
1answer
31 views
Deserialize varbinary in file
I'm working on this:
I have some file and I insert their properties in a database, including corresponding varbinary. I do it this way:
I convert it in mimedata, then I serialize them in a ...
0
votes
0answers
13 views
GWT isAssignableIssue
CustomSerializer class isAssignableFrom giving true in one application and false in one application when given null.
In the application where it gives false it goes on to serialize using the ...
0
votes
1answer
9 views
Inner SecurityException while using XmlSerializer
While creating a custom Sharepoint web service I received an error while attempting to serialise a class for transmission.
There are no errors with my serializable classes. They are structured in a ...
0
votes
1answer
50 views
Copying content of one class to another
I have a map:
Map<String, List<ClassA>> X
Where class A is serializable.
and another map
Map<String, List<ClassB>> Y
Where class B is not serializable.
Content of both ...
0
votes
0answers
8 views
Json Serialization Loop
I have a problem with the serialization
public static string Methodserialize(string id)
{
MySqlConnection("SERVER=localhost;DATABASE=zzzzz;UID=root;PASSWORD=");
...
2
votes
3answers
28 views
why we have Externalizable when we can override writeObject and readObject in java
As we can override the default serialization process by overriding writeObject() and readObject() , then What is need to Externizable ?
0
votes
0answers
21 views
JSON.Net automatically ignoring property during serialization
I have an Entity Framework entity class that I have extended, here is the code:
partial class Product {
#region Enumerations
public enum Channels {
Unallocated,
Retail,
...
5
votes
2answers
37 views
Java Serialization - Automatically handling changed fields?
I'm working with a large application that sends serialized objects (implements Serializable, not Exernalizable) from client to server. Unfortunately, we now have a situation where an existing field ...
0
votes
0answers
35 views
Laravel 3/4 Save DB object in Database
I am trying to figure out how to build a query with laravel's query builder, and save the query builder object.
Something like this:
// Build Query
$query = DB::table('users');
...
1
vote
0answers
24 views
Load cv::RTrees from memory
I use OpenCv for image classification. After training I've saved model to *.yaml.gz. Then I've added this file to embedded resources. Now I need to load model from resource, but OpenCv allows only ...
0
votes
2answers
24 views
Running a series of delegates with Parallel.Invoke containing calls to another appdomain
Okay I'll try and keep this short :)
Essentially what I've got is an architecture that creates a new appdomain and loads plugin assemblies into it. This is so that plugin DLLs can be hot-swappable ...
1
vote
1answer
32 views
rails serialized association instead of has_many through
Can I serialize an association? I mean, I have a Question model that has_many Interests :through => :interests_questions. Questions and interests tables are huge and I don't want to make their size ...
-1
votes
1answer
18 views
DefaultValueAttribute conflicts with XML serialization
I am trying to let user modify an object before serializing it. For objects' editing I use PropertyGrid, so I have to add attributes to it like this:
[CategoryAttribute("General"),
...
0
votes
0answers
10 views
Applying XMLAttributeOverrides to different instances of same type
Say I have some objects:
public class Family
{
Person mum { get; set; }
Person dad { get; set; }
}
public class Person
{
string Name { get; set; }
int Age { get; set; }
}
The ...
2
votes
2answers
39 views
Serialization and objects stored as instance variables
I'm a little confused about serialization.
I have a class, lets call it Container. Variables of the Container class contain ArrayLists of other classes - A,B,C,etc...
If I were to serialize and ...
1
vote
3answers
33 views
Java reading serialized in objects from file into an arrayList
I'm attempting to read a file that contains serialized objects of type Contact into an ArrayList contactsCollection. The issue I'm having is that the objects Contact never get added into the ...
0
votes
1answer
56 views
Write serializable object from Array
I have a little problem with this thing. I tried to make an array where the user enters data, and the data needs to be saved in an object.obj file.
This is my code:
import java.util.*;
public ...
0
votes
0answers
25 views
DataContract serialization not always producing the same set of object references in xml (ie ref and id tags)
Problem:
I am serializing a very large, complex object using DataContract serialization. There are a number of string properties scattered throughout the object structure, many of which are the same ...
1
vote
3answers
52 views
How do I remove the namespace values from my nested XML child elements?
I have a small RESTful web service powered by Jackson, Jersey, EclipseLink and Tomcat. For the most part, the XML is working as expected except when it comes to my nested child elements. They are ...
0
votes
3answers
47 views
WCF and ResponseFormat = WebMessageFormat.Json with inherited classes
I have run into another issue that apparently deals with inherited classes:
I have for instance this super class.
public class Person
{
public string Firstname { get; set; }
public string ...
-2
votes
1answer
61 views
Serialization of object of one class and setting properties of other class
I am trying to understand the xml serialization/Deserialization behavior in C#. I am working with following example code:
[Serializable]
public class Class1 {
Class2 c2 = new Class2( );
...
-1
votes
1answer
35 views
How to deserialize json to multiple types dynamically in c# [duplicate]
I have a json string like below :
{
"error" : "xxxx" ,
"data" : int type or {...other complex json object}
}
I don't know when return int or other json string from data field , and how to ...
0
votes
3answers
42 views
Serialize to an XML document without overwriting previous data
I need to serialize to an XML document without overwriting the data that is currently in there. I have a method that does this and it will save to the xml file, but will delete whatever is currently ...
0
votes
2answers
25 views
Object XML mapping in Android
I am developing client server Model based application in which client is in Android and server in php .
I want to transfer product information for example(Name,Price,Description) from client to ...
0
votes
1answer
21 views
DjangoRestFramework serializing custom user models
I have defined a custom user model class as follows
class LabUserManager(BaseUserManager):
"""
A new user manager for both standard and administrative users
"""
def create_user(
...
1
vote
1answer
34 views
What is JSON.NET for? MVC already has a way to convert objects to json
I looked at the JSON.NET site but I am not getting it... I already have code like this ..
string[] invalidFiles = new string[] { "one.xls", "two.xls", "three.xls" };
return Json(new
...
2
votes
1answer
27 views
.net Serialization: How to use raw binary writer while maintaining which thing is which
I'm making a roguelike game in XNA with procedurally generated levels.
It takes about a second to generate a whole new level but takes about 4 seconds to serialize it and about 8 seconds to ...
0
votes
1answer
31 views
WPF C# Deserialize an observable collection <string> with XmlSerializer adds extra items
I wish to save and load a class (MeasConSettings) that contains a ObservableCollection<string> The problem is the list is initialized in my constructor so when I do the following:
XmlSerializer ...
0
votes
5answers
71 views
C# JSON deserializing to Custom Class
I would like to deserialize a JSON object like this:
[{"Response":"OK","UUID":"89172"},{"Response":"OK","UUID":"10304"}]
into a custom class where it has variables storing Response and UUID. However ...


