Type Definitions
-
commentCallback(error, commented)
-
Parameters:
Name Type Description errorError if one was generated commentedstring the comment string -
decodeAllCallback(error, value)
-
Parameters:
Name Type Description errorError if one was generated valueArray all of the decoded values, wrapped in an Array -
decodeCallback(error, value)
-
Parameters:
Name Type Description errorError if one was generated valueany the decoded value -
encodeFunction(encoder)
-
Parameters:
Name Type Description encoderEncoder the encoder to serialize into. Call "write" on the encoder as needed. Returns:
- true on success, else false- Type
- bool