Top "Serializable" questions

Serialization is the process of converting a data structure or object state into a format that can be stored.

Storing object in database in Java

I am trying to store my object in MySQL database using java language. I am trying to convert object into …

java mysql eclipse serializable notserializableexception
How to stop ProGuard from stripping the Serializable interface from a class

Is there an explicit way to stop ProGuard from changing a class from implementing an interface? I have a class …

java android proguard serializable
Why should I not make a class Serializable?

I'm storing some objects in my viewstate and I was wondering if there are any disadvantages to making a class …

c# asp.net serializable
ASP.NET Web API and [Serializable] class

I have a class that is marked with [Serializable]. When i return it from the Web API the field names …

c# .net asp.net-mvc asp.net-web-api serializable
undefined method `serializable_hash' for String

i'm trying to_json in the following way @own_events.as_json(:include => {:created_date => {},:attendees => {}, :user =&…

ruby-on-rails serialization serializable
JSF2 (Mojarra) View Scope Managed Bean wants all members to be Serializable

I am trying to convert a session scoped JSF managed bean to view scoped. However, when I try to access …

view scope jsf-2 serializable
scala/Serializable NoClassDefFoundError (RMI w/ Scala)

Been following this tutorial on RMI for Java, trying to translate it to Scala. Instead of interface I use trait, …

java scala rmi noclassdeffounderror serializable