| java.lang.Object com.jeta.forms.store.bean.DefaultBeanSerializer
isPropertySerializable | protected boolean isPropertySerializable(Object value)(Code) | | Returns true if the given value can be serialized. We don't allow storing
some properties even though they implement Serializable. For example, we
don't store properties that are instances of Containers and/or Components
because those objects don't guarantee Serialiable compatibility with
future versions of Java.
Parameters: value - the value to check for serializability true if the given property value can be serialized. |
|
|