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