Jamba C++ API 7.5.0
Loading...
Searching...
No Matches
Int64ParamSerializer Class Reference

This parameter handles serializing a int64 parameter. More...

#include <ParamSerializers.h>

Inherits IParamSerializer< int64 >.

Public Member Functions

tresult readFromStream (IBStreamer &iStreamer, ParamType &oValue) const override
 This method should read from the stream and populate oValue accordingly (aka deserialization).
tresult writeToStream (const ParamType &iValue, IBStreamer &oStreamer) const override
 This method should write iValue to the stream (aka serialization).
Public Member Functions inherited from IParamSerializer< int64 >
virtual std::string toString (ParamType const &iValue, int32 iPrecision) const

Additional Inherited Members

Public Types inherited from IParamSerializer< int64 >
using ParamType

Detailed Description

This parameter handles serializing a int64 parameter.

Member Function Documentation

◆ readFromStream()

tresult readFromStream ( IBStreamer & iStreamer,
ParamType & oValue ) const
inlineoverridevirtual

This method should read from the stream and populate oValue accordingly (aka deserialization).

Returns
kResultOk if reading was successful, kResultFalse otherwise (or kNotImplemented if not supported)

Reimplemented from IParamSerializer< int64 >.

◆ writeToStream()

tresult writeToStream ( const ParamType & iValue,
IBStreamer & oStreamer ) const
inlineoverridevirtual

This method should write iValue to the stream (aka serialization).

Returns
kResultOk if writing was successful, kResultFalse otherwise (or kNotImplemented if not supported)

Reimplemented from IParamSerializer< int64 >.


The documentation for this class was generated from the following file: