Hazelcast C++ Client
Hazelcast C++ Client Library
hazelcast::client::serialization::identified_data_serializer Struct Reference

Classes derived from this class should implement the following static methods: static int32_t getClassId() noexcept; static int32_t getFactoryId() noexcept; static int32_t writeData(const T &object, object_data_output &out); static T readData(object_data_input &in);. More...

#include <serialization.h>

+ Inheritance diagram for hazelcast::client::serialization::identified_data_serializer:

Detailed Description

Classes derived from this class should implement the following static methods: static int32_t getClassId() noexcept; static int32_t getFactoryId() noexcept; static int32_t writeData(const T &object, object_data_output &out); static T readData(object_data_input &in);.

Definition at line 208 of file serialization.h.


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