Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Enumeration members

Enumeration members

EAGER

EAGER: = "EAGER"

JSON strings are parsed and returned as JavaScript objects.

NO_DESERIALIZATION

NO_DESERIALIZATION: = "NO_DESERIALIZATION"

Raw JSON strings are returned around a lightweight HazelcastJsonValue wrapper.

Generated using TypeDoc