Search Results for

    Show / Hide Table of Contents

    Class SegmentSerializer

    Inheritance
    Object
    SegmentSerializer
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class SegmentSerializer

    Constructors

    SegmentSerializer()

    Declaration
    public SegmentSerializer()

    Methods

    Load(String, Byte[], CultureCode)

    Declaration
    public static Segment Load(string text, byte[] binaryData, CultureCode culture)
    Parameters
    Type Name Description
    String text
    Byte[] binaryData
    CultureCode culture
    Returns
    Type Description
    Segment

    Save(Segment, List<Byte>)

    Declaration
    public static string Save(Segment segment, List<byte> binaryData)
    Parameters
    Type Name Description
    Segment segment
    List<Byte> binaryData
    Returns
    Type Description
    String
    In this article
    Back to top Generated by DocFX