AMF3 encode function
Links:
Limitations:
import { encode } from '@biorate/amf';const buffer = encode({ test: 1 });console.log(buffer); // <Buffer 0a 0b 01 09 74 65 73 74 04 01 01> Copy
import { encode } from '@biorate/amf';const buffer = encode({ test: 1 });console.log(buffer); // <Buffer 0a 0b 01 09 74 65 73 74 04 01 01>
Generated using TypeDoc
Description
AMF3 encode function
Links:
Limitations:
Example