docs.unity3d.com
    Show / Hide Table of Contents

    Class FastSerializerUtilities

    Inheritance
    Object
    FastSerializerUtilities
    Namespace: Ludiq
    Syntax
    public static class FastSerializerUtilities

    Methods

    ReadNullableString(BinaryReader)

    Declaration
    public static string ReadNullableString(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    String

    ReadTypeData(BinaryReader)

    Declaration
    public static TypeData ReadTypeData(this BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader
    Returns
    Type Description
    TypeData

    Write(BinaryWriter, TypeData)

    Declaration
    public static void Write(this BinaryWriter writer, TypeData data)
    Parameters
    Type Name Description
    BinaryWriter writer
    TypeData data

    WriteNullable(BinaryWriter, String)

    Declaration
    public static void WriteNullable(this BinaryWriter writer, string val)
    Parameters
    Type Name Description
    BinaryWriter writer
    String val
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023