Class ChartSerializer
- java.lang.Object
- 
- com._1c.g5.v8.dt.chart.serializer.ChartSerializer
 
- 
 public class ChartSerializer extends Object Serializer/Deserializer forChart,GanttChart
- 
- 
Constructor SummaryConstructors Constructor Description ChartSerializer()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChartdeserializeChart(Chart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage)DeserializesChartDendrogramdeserializeChart(Dendrogram chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage)DeserializesDendrogramGanttChartdeserializeChart(GanttChart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage)DeserializesGanttChartvoidserializeChart(Chart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version version, IOutPersistenceStorage storage, boolean withoutStyleItem)SerializesChartvoidserializeChart(Dendrogram chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version version, IOutPersistenceStorage storage, boolean withoutStyleItem)SerializesDendrogramvoidserializeChart(GanttChart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version version, IOutPersistenceStorage storage, boolean withoutStyleItem)SerializesGanttChart
 
- 
- 
- 
Method Detail- 
serializeChartpublic void serializeChart(Dendrogram chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version version, IOutPersistenceStorage storage, boolean withoutStyleItem) SerializesDendrogram- Parameters:
- chart- -- Dendrogramfor serialization, can't be- null
- scopeProvider- actual- IGlobalScopeProviderfor resolving platform colors, fonts, borders, lines, can't be- null
- version- runtime version of the configuration, can't be- null
- currentLanguageCode- actual configuration language code, can't be- null
- storage- -- IOutPersistenceStorage- output storage, can't be- null
- withoutStyleItem-- trueif we need replace- StyleItemin serialization to concrete value,- falseotherwise
 
 - 
deserializeChartpublic Dendrogram deserializeChart(Dendrogram chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage) DeserializesDendrogram- Parameters:
- chart- -- Dendrogramfor deserialization, can't be- null
- scopeProvider- actual- IGlobalScopeProviderfor resolving platform colors, fonts, borders, lines, can't be- null
- version- runtime version of the configuration, can't be- null
- currentLanguageCode- actual configuration language code, can't be- null
- storage- -- IInPersistenceStorage- input storage, can't be- null
- Returns:
- deserialized dendogram, never null
 
 - 
serializeChartpublic void serializeChart(GanttChart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version version, IOutPersistenceStorage storage, boolean withoutStyleItem) SerializesGanttChart- Parameters:
- chart- -- Chartfor serialization, can't be- null
- scopeProvider- actual- IGlobalScopeProviderfor resolving platform colors, fonts, borders, lines, can't be- null
- version- runtime version of the configuration, can't be- null
- currentLanguageCode- actual configuration language code, can't be- null
- storage- -- IOutPersistenceStorage- output storage, can't be- null
- withoutStyleItem-- trueif we need replace- StyleItemin serialization to concrete value,- falseotherwise
 
 - 
deserializeChartpublic GanttChart deserializeChart(GanttChart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage) DeserializesGanttChart- Parameters:
- chart- -- GanttChartfor deserialization, can't be- null
- scopeProvider- actual- IGlobalScopeProviderfor resolving platform colors, fonts, borders, lines, can't be- null
- version- runtime version of the configuration, can't be- null
- currentLanguageCode- actual configuration language code, can't be- null
- storage- -- IInPersistenceStorage- input storage, can't be- null
- Returns:
- deserialized chart, never null
 
 - 
serializeChartpublic void serializeChart(Chart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version version, IOutPersistenceStorage storage, boolean withoutStyleItem) SerializesChart- Parameters:
- chart- -- Chartfor serialization, can't be- null
- scopeProvider- actual- IGlobalScopeProviderfor resolving platform colors, fonts, borders, lines, can't be- null
- version- runtime version of the configuration, can't be- null
- currentLanguageCode- actual configuration language code, can't be- null
- storage- -- IOutPersistenceStorage- output storage, can't be- null
- withoutStyleItem-- trueif we need replace- StyleItemin serialization to concrete value,- falseotherwise
 
 - 
deserializeChartpublic Chart deserializeChart(Chart chart, org.eclipse.xtext.scoping.IGlobalScopeProvider scopeProvider, Version runtimeVersion, String currentLanguageCode, IInPersistenceStorage storage) DeserializesChart- Parameters:
- chart- -- Chartfor deserialization, can't be- null
- scopeProvider- actual- IGlobalScopeProviderfor resolving platform colors, fonts, borders, lines, can't be- null
- version- runtime version of the configuration, can't be- null
- currentLanguageCode- actual configuration language code, can't be- null
- storage- -- IInPersistenceStorage- input storage, can't be- null
- Returns:
- deserialized chart, never null
 
 
- 
 
-