Show / Hide Table of Contents

Class DFBlock.RdbObjectProcessor

Inheritance
Object
FullSerializer.fsObjectProcessor
DFBlock.RdbObjectProcessor
Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
public class RdbObjectProcessor : fsObjectProcessor

Methods

| Improve this Doc View Source

OnAfterSerialize(Type, Object, ref fsData)

Declaration
public override void OnAfterSerialize(Type storageType, object instance, ref fsData data)
Parameters
Type Name Description
Type storageType
Object instance
FullSerializer.fsData data
Overrides
FullSerializer.fsObjectProcessor.OnAfterSerialize(System.Type, System.Object, FullSerializer.fsData)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX