Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Serialization > API/Runtime/Json/Serialization/FJsonSerializable
| Type | Name | Description | |
|---|---|---|---|
| const FString | ToJson
(
bool bPrettyPrint |
Used to allow serialization of a const ref | |
| const FString | ToJson
(
bool bPrettyPrint |
Serializes this object to its JSON string form | |
| void | ToJson
(
TSharedRef< TJsonWriter< CharType, PrintPolicy >, SPMode > JsonWriter, |
Serializes this object with a Json Writer |