Type Definitions
Parameters:
| Name |
Type |
Description |
error |
Error
|
if one was generated |
commented |
string
|
the comment string |
- Source:
decodeAllCallback(error, value)
Parameters:
| Name |
Type |
Description |
error |
Error
|
if one was generated |
value |
Array
|
all of the decoded values, wrapped in an Array |
- Source:
decodeCallback(error, value)
Parameters:
| Name |
Type |
Description |
error |
Error
|
if one was generated |
value |
any
|
the decoded value |
- Source:
encodeFunction(encoder) → {bool}
Parameters:
| Name |
Type |
Description |
encoder |
Encoder
|
the encoder to serialize into. Call "write"
on the encoder as needed. |
- Source:
Returns:
- true on success, else false
-
Type
-
bool