.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    Write Method

    Write(IObjectDataOutput, T)

    This method writes object to ObjectDataOutput

    Declaration
    void Write(IObjectDataOutput output, T obj)
    Parameters
    IObjectDataOutput output

    ObjectDataOutput stream that object will be written to

    T obj

    that will be written to out

    Exceptions
    IOException

    in case of failure to write

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.