Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ encode()

template<typename T, typename E>
Ice::ByteSeq DataStorm::Encoder< T, E >::encode ( const Ice::CommunicatorPtr & communicator,
const T & value )
staticnoexcept

Encodes the given value.

This method encodes the given value and returns the resulting byte sequence.

Parameters
communicatorThe communicator associated with the node.
valueThe value to encode.
Returns
The resulting byte sequence.

Definition at line 197 of file Types.h.