GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Delegate LeafSerializer<TScalar>

Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public delegate Maybe<object> LeafSerializer<in TScalar>(TScalar value);
Parameters
Type Name Description
TScalar value
Returns
Type Description
GraphZen.Internal.Maybe<Object>
Type Parameters
Name Description
TScalar
Back to top Copyright © 2017-2019 GraphZen LLC