Search Results for

    Show / Hide Table of Contents

    Class LinguaDeserializer

    Class that constructs Core.Segments from serialized string content

    Inheritance
    object
    LinguaDeserializer
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.Core.Serialization
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    public class LinguaDeserializer

    Constructors

    LinguaDeserializer()

    Declaration
    public LinguaDeserializer()

    Methods

    GetSegmentFromString(string)

    Constructs a Core.Segment from string parameter

    Declaration
    public Segment GetSegmentFromString(string content)
    Parameters
    Type Name Description
    string content
    Returns
    Type Description
    Segment
    In this article
    • Constructors
      • LinguaDeserializer()
    • Methods
      • GetSegmentFromString(string)
    Back to top Generated by DocFX