Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Misc
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Misc/Archive.h |
| Include | #include "uLang/Common/Misc/Archive.h" |
Syntax
class CArchive
Remarks
Abstract archive base class, similar to UE FArchive Assumes same endian on all platforms
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | _bIsLoading |
Constructors
Destructors
| Type | Name | Description | |
|---|---|---|---|
~CArchive () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ULANG_FORCEINLINE bool | IsLoading () |
Whether this archive is for loading data. | |
| void | Serialize
(
void* Data, |
The core serialization function - called for serialization of anything. |