Using this policy, one can control the deserialization type of the JSON strings.

Enumeration Members

Enumeration Members

EAGER: "EAGER"

JSON strings are parsed and returned as JavaScript objects.

NO_DESERIALIZATION: "NO_DESERIALIZATION"

Raw JSON strings are returned around a lightweight HazelcastJsonValue wrapper.

Generated using TypeDoc