![]() |
Hazelcast C++ Client
Hazelcast C++ Client Library
|
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! | |
Definition at line 342 of file predicates.h.
|
inlinestaticconstexprnoexcept |
Definition at line 347 of file predicates.h.
|
inlinestatic |
Defines how this class will be written.
| writer | object_data_output |
Definition at line 357 of file predicates.h.