Search Results for

    Show / Hide Table of Contents

    Class ResourceSerializer

    A resource serializer

    Inheritance
    System.Object
    ResourceSerializer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.ObjectModels
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public class ResourceSerializer

    Properties

    | Improve this Doc View Source

    Deserialize

    Gets or sets the deserialize method.

    Declaration
    public Func<string, IResource> Deserialize { get; set; }
    Property Value
    Type Description
    System.Func<System.String, IResource>

    The deserialize method.

    | Improve this Doc View Source

    Serialize

    Gets or sets the serialize method.

    Declaration
    public Func<IResource, Stream> Serialize { get; set; }
    Property Value
    Type Description
    System.Func<IResource, System.IO.Stream>

    The serialize method.

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