Namespace Liminal.SDK.Serialization
Classes
AppPack
A class representing the Liminal AppPack file format.
AppUnpacker
Unpacks a Liminal App asynchronously. Due to the LZMA compression applied to AppPack files, unpacking can take time. The unpacker always runs asychronously on a separate thread.
AssemblyDataProvider
Provides assembly name information.
AssetLookup
Stores references to assets within an application scene and allocates a unique identifier to each asset.
ComponentData
FieldData
GameObjectData
PrefabGameObjectData
ScriptableObjectData
SerializationUtils
A collection of utilities to aid in serialization/deserialization of data from loaded experiences.
SerializedData
UnityJsonContractResolver
Provides resolution for JSON contracts on Unity serializable fields.
Interfaces
IAssemblyDataProvider
An interface for providing assembly information to the serialization framework.
Enums
AppPackPlatform
The platforms Liminal AppPack files can support.