Show / Hide Table of Contents

    DataUnpacker Class

    .NET Standard 2.x

    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