Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Is the unpack method of the pack-unpack design pattern.
Syntax
public boolean unpack(container packedClass)
Run On
Called
Parameters
- packedClass
Type: container
The packed object to reinstantiate with values.
Return Value
Type: boolean
true if the object was unpacked successfully; otherwise, false.