BBjspObjectSerializer::decodeObject (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method decodes an object from a Base-64 encoded string.
Syntax
|
Return Value |
Method |
|
Object |
decodeObject(string base64) |
Parameters
|
Variable |
Description |
|
base64 |
a string containing a base-64 encoded object |
Return Value
the object.
Remarks
None.
Example
|