Click or drag to resize

ISerialisationDataProvider Interface

Interface for saving the current state of an object to a byte array

Namespace:  ImmerseSDK.Avatars
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public interface ISerialisationDataProvider

The ISerialisationDataProvider type exposes the following members.

Methods
  NameDescription
Public methodGetSample
Take a sample of the current state as a byte array
Public methodPrintProviderInfo
Prints information to the console
Top
See Also