Search Results for

    Show / Hide Table of Contents

    Interface IBinarySerializable

    An object that can be serialized, using the internal MapGuide format, must implement this interface

    Namespace: OSGeo.MapGuide.MaestroAPI.Serialization
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    public interface IBinarySerializable

    Methods

    | Improve this Doc View Source

    Deserialize(MgBinaryDeserializer)

    Deserializes using the specified deserializer.

    Declaration
    void Deserialize(MgBinaryDeserializer deserializer)
    Parameters
    Type Name Description
    MgBinaryDeserializer deserializer

    The deserializer.

    | Improve this Doc View Source

    Serialize(MgBinarySerializer)

    Serializes using the specified serializer.

    Declaration
    void Serialize(MgBinarySerializer serializer)
    Parameters
    Type Name Description
    MgBinarySerializer serializer

    The serializer.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng