Class DFBlock.RmbGroundDataConverter
Inheritance
FullSerializer.fsBaseConverter
FullSerializer.fsDirectConverter
FullSerializer.fsDirectConverter<DFBlock.RmbFldGroundData>
DFBlock.RmbGroundDataConverter
Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
public class RmbGroundDataConverter : fsDirectConverter<DFBlock.RmbFldGroundData>
Methods
| Improve this Doc View SourceDoDeserialize(Dictionary<String, fsData>, ref DFBlock.RmbFldGroundData)
Declaration
protected override fsResult DoDeserialize(Dictionary<string, fsData> data, ref DFBlock.RmbFldGroundData rmbFldGroundData)
Parameters
| Type | Name | Description |
|---|---|---|
| Dictionary<String, FullSerializer.fsData> | data | |
| DFBlock.RmbFldGroundData | rmbFldGroundData |
Returns
| Type | Description |
|---|---|
| FullSerializer.fsResult |
Overrides
FullSerializer.fsDirectConverter<DaggerfallConnect.DFBlock.RmbFldGroundData>.DoDeserialize(System.Collections.Generic.Dictionary<System.String, FullSerializer.fsData>, DaggerfallConnect.DFBlock.RmbFldGroundData)
|
Improve this Doc
View Source
DoSerialize(DFBlock.RmbFldGroundData, Dictionary<String, fsData>)
Declaration
protected override fsResult DoSerialize(DFBlock.RmbFldGroundData rmbFldGroundData, Dictionary<string, fsData> serialized)
Parameters
| Type | Name | Description |
|---|---|---|
| DFBlock.RmbFldGroundData | rmbFldGroundData | |
| Dictionary<String, FullSerializer.fsData> | serialized |
Returns
| Type | Description |
|---|---|
| FullSerializer.fsResult |
Overrides
FullSerializer.fsDirectConverter<DaggerfallConnect.DFBlock.RmbFldGroundData>.DoSerialize(DaggerfallConnect.DFBlock.RmbFldGroundData, System.Collections.Generic.Dictionary<System.String, FullSerializer.fsData>)