Navigation
API > API/Runtime > API/Runtime/Json > API/Runtime/Json/Serialization > API/Runtime/Json/Serialization/FJsonSerializer
| Type | Name | Description | |
|---|---|---|---|
| bool | Serialize
(
const TArray< TSharedPtr< FJsonValue > >& Array, |
Serialize the passed array of json values into the writer. | |
| bool | Serialize
(
const TArray< TSharedPtr< FJsonValue > >& Array, |
Serialize the passed array of json values into the writer. | |
| bool | Serialize
(
const TSharedRef< FJsonObject >& Object, |
Serialize the passed Json object into the writer. | |
| bool | Serialize
(
const TSharedRef< FJsonObject >& Object, |
Serialize the passed Json object into the writer. | |
| bool | Serialize
(
const TSharedRef< FElement >& StartingElement, |
||
| bool | Serialize
(
const TSharedPtr< FJsonValue >& Value, |
Serialize the passed Json value and identifier into the writer. | |
| bool | Serialize
(
const TSharedPtr< FJsonValue >& Value, |
Serialize the passed Json value and identifier into the writer. |