void Ice::OutputStream::startEncapsulation | ( | const EncodingVersion & | encoding, |
std::optional< FormatType > | format ) |
Writes the start of an encapsulation using the specified encoding version and class encoding format.
encoding | The encoding version to use for the encapsulation. |
format | The class format to use for the encapsulation. nullopt is equivalent to the OutputStream's class format. |