Here\'s my situation: I have a server application, providing a remote interface which uses bean objects as call parameters / return values. These are of course Serializable. For instance, a Doctor, t
I\'m trying to use twitter4j on blackberry SO 5.0.0, I did import the Twitter4j 2.2.2 to the project.
I am using an inner class that is a subclass of a HashMap. I have a String as the key and double[] as the values. I store about 200 doubles per double[]. I should be using around 700 MB to store
Why is SerializableAttribute not i开发者_如何学Cncluded in the Silverlight version of FCL? And also, BinaryFormatter is not in there either.
I\'m storing some objects in my viewstate and I wa开发者_如何学Gos wondering if there are any disadvantages to making a class Serializable?
I am trying to serialize an object that has a nested class. I have tagged the nested class with the [NonSerialized] attribute but I receive an error:
I have a method called loadFromCache and it returns a bitmap if it is found in the cache. Long story short I have it narrowed down to this method, returning null at the end if the try/catch fails.
I am trying to convert a session scoped JSF managed bean to view scoped. However, when I try to access the xhtml page for this bean, then i get the following error:
So do we or do we not have a Serializable attribute in silverlight 4? I have some confusing responses on the internet开发者_JS百科. When I try to use it in my code, i get a namespace error. These are
I\'m trying to serialize an object and the following SerializationException is thrown: Type \'System.Linq.Enumerable+d__71`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToke