BBjspObjectSerializer::isSerializable (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method returns a boolean value indicating if the supplied object can be serialized.
Syntax
Return Value |
Method |
boolean |
isSerializable(Object object) |
Parameters
Variable |
Description |
object |
the object |
Return Value
a boolean value
Remarks
None.
Example
|