Public Member Functions | |
| virtual | ~ISbeCompositeEncoder () ONIXS_FIXENGINE_DEFAULT |
| virtual void | encode (SbeBinaryOutputStream out, unsigned version, SbeSpecialCompositeInput input)=0 |
The encoder is attached to the particular composite during the ISbeCustomCoderLibrary::queryEncoder.
Definition at line 1063 of file SbeCustomization.h.
|
virtual |
|
pure virtual |
The encode composite data.
This method is used to encode the composite to the binary data.
| out | The binary data stream for the encoded data. |
| version | The version of the composite being encoded. |
| input | The content of the composite to encode. |