Hazelcast C++ Client
Static Public Member Functions | List of all members
hazelcast::client::serialization::BasePredicateSerializer< T > Struct Template Reference
+ Inheritance diagram for hazelcast::client::serialization::BasePredicateSerializer< T >:

Static Public Member Functions

static constexpr int32_t get_factory_id () noexcept
 
static void write_data (const T &object, object_data_output &out)
 Defines how this class will be written. More...
 
static T read_data (object_data_input &in)
 Should not be called at the client side!
 

Member Function Documentation

◆ get_factory_id()

template<typename T>
static constexpr int32_t hazelcast::client::serialization::BasePredicateSerializer< T >::get_factory_id ( )
inlinestaticnoexcept
Returns
factory id

◆ write_data()

template<typename T>
static void hazelcast::client::serialization::BasePredicateSerializer< T >::write_data ( const T &  object,
object_data_output out 
)
inlinestatic

Defines how this class will be written.

Parameters
writerobject_data_output

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