Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/terse > API/Plugins/RigLogicLib/terse/archives > API/Plugins/RigLogicLib/terse/archives/json
Inheritance Hierarchy
- Archive
- ExtendableJSONOutputArchive
- JSONOutputArchive
References
Module | RigLogicLib |
Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/terse/archives/json/OutputArchive.h |
Include | #include "terse/archives/json/OutputArchive.h" |
Syntax
template<class TExtender, class TStream, typename TSize, typename TOffset>
class ExtendableJSONOutputArchive : public terse::Archive< TExtender >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
ExtendableJSONOutputArchive
(
TExtender* extender, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
bool | isOk () |
|
![]() |
void | label
(
const char* value |
|
![]() |
std::enable_iftraits::has_versioned_save_member< T, V >::value &&!traits::has_versioned_se... | ||
![]() |
std::enable_iftraits::has_versioned_save_member< T, V >::value &&!traits::has_versioned_se... | ||
![]() |
std::enable_if< traits::has_save_member< T >::value, void >::type | process
(
const T& source |
|
![]() |
std::enable_if< traits::has_serialize_member< T >::value, void >::type | process
(
const T& source |
|
![]() |
std::enable_if< traits::has_save_function< T >::value, void >::type | process
(
const T& source |
|
![]() |
std::enable_if< traits::has_serialize_function< T >::value, void >::type | process
(
const T& source |
|
![]() |
std::enable_iftraits::has_save_member< T >::value &&!traits::has_serialize_member< T >::va... | process
(
const T& source |
|
![]() |
void | process
(
std::uint8_t source |
|
![]() |
std::enable_if< traits::has_versioned_serialize_function< T, V >::value, void >::type | ||
![]() |
void | process
(
std::int8_t source |
|
![]() |
void | ||
![]() |
void | process
(
const std::array< T, N >& source |
|
![]() |
void | process
(
const std::vector< T, Args... >& source |
|
![]() |
void | ||
![]() |
void | process
(
const std::basic_string< T, Args... >& source |
|
![]() |
void | process
(
char source |
|
![]() |
std::enable_if< traits::has_versioned_serialize_function< T, V >::value, void >::type | ||
![]() |
std::enable_if< traits::has_versioned_save_function< T, V >::value, void >::type | ||
![]() |
std::enable_if< traits::has_versioned_save_function< T, V >::value, void >::type | ||
![]() |
void | process
(
Transparent< T >&& source |
|
![]() |
void | process
(
Transparent< T >& source |
|
![]() |
void | process
(
Anchor< OffsetType >& |
|
![]() |
void | process
(
ArchiveOffset< OffsetType >& source |
|
![]() |
void | process
(
typename ArchiveOffset< OffsetType >::Proxy& |
|
![]() |
void | process
(
const std::pair< K, V >& source |
|
![]() |
void | process
(
typename ArchiveOffset< OffsetType >::Proxy&& |
|
![]() |
void | process
(
typename ArchiveSize< SizeType, OffsetType >::Proxy& |
|
![]() |
void | process
(
typename ArchiveSize< SizeType, OffsetType >::Proxy&& |
|
![]() |
std::enable_if< traits::has_versioned_save_member< T, V >::value, void >::type | ||
![]() |
std::enable_if< traits::has_versioned_save_member< T, V >::value, void >::type | ||
![]() |
std::enable_if< traits::has_versioned_serialize_member< T, V >::value, void >::type | ||
![]() |
std::enable_if< traits::has_versioned_serialize_member< T, V >::value, void >::type | ||
![]() |
void | process
(
ArchiveSize< SizeType, OffsetType >& source |
|
![]() |
void | process
(
const std::tuple< K, V >& source |
|
![]() |
void | processElements
(
const TContainer& source |
|
![]() |
void | sync () |
Typedefs
Name | Description |
---|---|
BaseArchive | |
OffsetType | |
SizeType | Given the possibility of both 32 and 64bit platforms, use a fixed width type during serialization. |