Show / Hide Table of Contents

Class IgnoreNullProcessor

Do not serialize members whose values are null.

Inheritance
Object
FullSerializer.fsObjectProcessor
IgnoreNullProcessor
Namespace: DaggerfallWorkshop.Game.Utility.ModSupport
Assembly: Assembly-CSharp.dll
Syntax
public class IgnoreNullProcessor : 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