Search Results for

    Show / Hide Table of Contents

    IMessageSerializable Interface

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    Represents a type that can be added to and retrieved from messages using the AddSerializable<T>(T) and GetSerializable<T>() methods.

    public interface IMessageSerializable

    Methods

    Deserialize(Message)

    Retrieves the type from the message.

    Serialize(Message)

    Adds the type to the message.

    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX