Navigation
API > API/Runtime > API/Runtime/Json
| Name | FJsonSerializer |
| Type | class |
| Header File | /Engine/Source/Runtime/Json/Public/Serialization/JsonSerializer.h |
| Include Path | #include "Serialization/JsonSerializer.h" |
Syntax
class FJsonSerializer
Structs
| Name | Remarks |
|---|---|
| FElement | |
| StackState |
Enums
Public
| Name | Remarks |
|---|---|
| EFlags |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Deserialize
(
const TSharedRef< TJsonReader< CharType > >& Reader, |
Serialization/JsonSerializer.h | ||
static bool Deserialize
(
TJsonReader< CharType >& Reader, |
Serialization/JsonSerializer.h | ||
static bool Deserialize
(
const TSharedRef< TJsonReader< CharType > >& Reader, |
Serialization/JsonSerializer.h | ||
static bool Deserialize
(
TJsonReader< CharType >& Reader, |
Serialization/JsonSerializer.h | ||
static bool Deserialize
(
const TSharedRef< TJsonReader< CharType > >& Reader, |
Serialization/JsonSerializer.h | ||
static bool Deserialize
(
TJsonReader< CharType >& Reader, |
Serialization/JsonSerializer.h | ||
static bool Deserialize
(
TJsonReader< CharType >& Reader, |
Serialization/JsonSerializer.h | ||
static bool Serialize
(
const TArray< TSharedPtr< FJsonValue > >& Array, |
Serialize the passed array of json values into the writer. | Serialization/JsonSerializer.h | |
static bool Serialize
(
const TArray< TSharedPtr< FJsonValue > >& Array, |
Serialize the passed array of json values into the writer. | Serialization/JsonSerializer.h | |
static bool Serialize
(
const TSharedRef< FJsonObject >& Object, |
Serialize the passed Json object into the writer. | Serialization/JsonSerializer.h | |
static bool Serialize
(
const TSharedRef< FJsonObject >& Object, |
Serialize the passed Json object into the writer. | Serialization/JsonSerializer.h | |
static bool Serialize
(
const TSharedRef< FElement >& StartingElement, |
Serialization/JsonSerializer.h | ||
static bool Serialize
(
const TSharedPtr< FJsonValue >& Value, |
Serialize the passed Json value and identifier into the writer. | Serialization/JsonSerializer.h | |
static bool Serialize
(
const TSharedPtr< FJsonValue >& Value, |
Serialize the passed Json value and identifier into the writer. | Serialization/JsonSerializer.h |