Class SegmentSerializer
Inheritance
System.Object
SegmentSerializer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class SegmentSerializer
Constructors
SegmentSerializer()
Declaration
public SegmentSerializer()
Methods
Load(String, Byte[], CultureInfo)
Declaration
public static Segment Load(string text, byte[] binaryData, CultureInfo culture)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | |
| System.Byte[] | binaryData | |
| System.Globalization.CultureInfo | 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 | |
| System.Collections.Generic.List<System.Byte> | binaryData |
Returns
| Type | Description |
|---|---|
| System.String |