| 
    client-cpp
    0.0.1-SNAPSHOT
    
   | 
 
#include <ISchemaDependent.hpp>
 Inheritance diagram for kaa::ISchemaDependent:Public Member Functions | |
| virtual const avro::NodePtr & | getSchema () const =0 | 
| virtual | ~ISchemaDependent () | 
Interface for objects whose serialization depends on schema
Definition at line 27 of file ISchemaDependent.hpp.
      
  | 
  inlinevirtual | 
Definition at line 35 of file ISchemaDependent.hpp.
      
  | 
  pure virtual | 
Implemented in kaa::CommonFixed, kaa::CommonRecord, kaa::CommonEnum, and kaa::CommonArray.