Class LinguaDeserializer
Class that constructs Core.Segments from serialized string content
Inherited Members
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 |