Navigation
API > API/Runtime > API/Runtime/Json
| Name | TJsonSerializer |
| Type | class |
| Header File | /Engine/Source/Runtime/Json/Public/Serialization/JsonSerializer.h |
| Include Path | #include "Serialization/JsonSerializer.h" |
Syntax
template<typename Policy>
class TJsonSerializer
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 typename Policy::FArrayOfValues& Array, |
Serialize the passed array of values into the writer. | Serialization/JsonSerializer.h | |
static bool Serialize
(
const typename Policy::FArrayOfValues& Array, |
Serialize the passed array of values into the writer. | Serialization/JsonSerializer.h | |
static bool Serialize
(
const typename Policy::FMapOfValues& Object, |
Serialize the passed map of values into the writer. | Serialization/JsonSerializer.h | |
static bool Serialize
(
const typename Policy::FMapOfValues& Object, |
Serialize the passed map of values into the writer. | Serialization/JsonSerializer.h | |
static bool Serialize
(
const TSharedRef< typename Policy::FElement >& StartingElement, |
Serialization/JsonSerializer.h | ||
static bool Serialize
(
const typename Policy::FValue& Value, |
Serialize the passed value and identifier into the writer. | Serialization/JsonSerializer.h | |
static bool Serialize
(
const typename Policy::FValue& Value, |
Serialize the passed value and identifier into the writer. | Serialization/JsonSerializer.h |