Search Results for

    Show / Hide Table of Contents

    Class AutoSerializer

    Automatically serializes a classes fields. If you want something to be automatically serialized, just inherit this class.

    Inheritance
    Object
    AutoSerializer
    Implements
    ISerializable
    Namespace: FNNLib.Serialization
    Assembly: FNNLib.dll
    Syntax
    public abstract class AutoSerializer : ISerializable

    Methods

    | Improve this Doc View Source

    DeSerialize(NetworkReader)

    Deserialize all fields.

    Declaration
    public void DeSerialize(NetworkReader reader)
    Parameters
    Type Name Description
    NetworkReader reader
    | Improve this Doc View Source

    Serialize(NetworkWriter)

    Automatically serialize all serializable fields.

    Declaration
    public void Serialize(NetworkWriter writer)
    Parameters
    Type Name Description
    NetworkWriter writer

    Implements

    ISerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.