Navigation
API > API/Runtime > API/Runtime/Serialization
Inheritance Hierarchy
- IStructDeserializerBackend
- FCborStructDeserializerBackend
- FJsonStructDeserializerBackend
References
| Module | Serialization |
| Header | /Engine/Source/Runtime/Serialization/Public/IStructDeserializerBackend.h |
| Include | #include "IStructDeserializerBackend.h" |
Syntax
class IStructDeserializerBackend
Remarks
Interface for UStruct serializer backends.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | Gets the identifier of the current field. | ||
| FString | Gets a debug string for the reader's current state. | ||
| const FString & | Gets the last error message. | ||
| bool | GetNextToken
(
EStructDeserializerBackendTokens& OutToken |
Reads the next token from the stream. | |
| bool | ReadPODArray
(
FArrayProperty* ArrayProperty, |
Reads the specified POD Array property from the stream. | |
| bool | ReadProperty
(
FProperty* Property, |
Reads the specified property from the stream. | |
| void | SkipArray () |
Skips the array that is currently being read from the stream. | |
| void | Skips the object that is currently being read from the stream. |