Stream Chat Unreal SDK
|
This module contains helper functionality for serializing and deserializing JSON data to and from USTRUCT
s using UPROPERTY
s.
More...
Namespaces | |
namespace | JsonObjectDeserialization |
Handles converting Json objects to UStructs. | |
namespace | JsonObjectSerialization |
Handles converting UStructs to Json objects. | |
namespace | JsonObject |
Conversion to and from dynamic JSON objects. | |
namespace | JsonField |
Custom serialization and deserialization for types which aren't supported by UPROPERTY (e.g. TOptional) | |
This module contains helper functionality for serializing and deserializing JSON data to and from USTRUCT
s using UPROPERTY
s.
UPROPERTY
-specifier to skip Serialization while still performing Deserialization.