Show / Hide Table of Contents

    DataUnpacker Class

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha 1.0.1 (current)

    Represents an object that can unpack a data package which contains multiple types of data.

    The data package must conform to the specified format.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

    public class DataPacker : IDataPacker
    

    Constructor

    Name Description
    DataUnpacker(string raw, DataFormat format) Initializes a new instance of the DataUnpacker class.
    Back to top Generated by Appeon