17 #ifndef HAZELCAST_CLIENT_SERIALIZATION_JSON_HAZELCASTJSONVALUE_H    18 #define HAZELCAST_CLIENT_SERIALIZATION_JSON_HAZELCASTJSONVALUE_H    23 #include "hazelcast/util/HazelcastDll.h"    25 #if  defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)    27 #pragma warning(disable: 4251) //for dll export    66             const std::string &toString() 
const;
    72             friend std::ostream HAZELCAST_API &operator<<(std::ostream &os, 
const HazelcastJsonValue &value);
    75             std::string jsonString;
    80 #if  defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)    84 #endif //HAZELCAST_CLIENT_SERIALIZATION_JSON_HAZELCASTJSONVALUE_H HazelcastJsonValue is a wrapper for Json formatted strings. 
Definition: HazelcastJsonValue.h:48
 
PN (Positive-Negative) CRDT counter. 
Definition: MapEntryView.h:32