Plugin.Serializer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class to capture and serialize frozen world state to storage.
public class Plugin.Serializer : IDisposable, Microsoft.MixedReality.WorldLocking.Core.IPluginSerializer
type Plugin.Serializer = class
interface IPluginSerializer
interface IDisposable
Public Class Plugin.Serializer
Implements IDisposable, IPluginSerializer
- Inheritance
-
Plugin.Serializer
- Implements
Constructors
Plugin.Serializer(IPlugin, Single) |
Open serialization stream for writing FrozenWorld state |
Properties
BytesPending | |
BytesSerialized | |
IncludePersistent | |
IncludeTransient | |
Time |
Methods
Dispose() | |
Dispose(Boolean) | |
Finalize() | |
GatherRecord() | |
ReadRecordData() | |
Restart() | |
WriteRecordToAsync(Stream, Boolean) |