BBjspObjectSerializer::encodeObject (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method encodes an object into a Base-64 encoded string.
Syntax
|
Return Value |
Method |
|
String |
encodeObject(Object object) |
Parameters
|
Variable |
Description |
|
object |
an object to encode |
Return Value
a Base-64 encoded string
Remarks
None.
Example
|