Show / Hide Table of Contents

Method SerializeValue

| Improve this Doc View Source

SerializeValue(T)

Serializes value into JSON.

Declaration
protected abstract JsonValue SerializeValue(T value)
Parameters
Type Name Description
T value

The value.

Returns
Type Description
JsonValue

The serialized JSON value.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest