Show / Hide Table of Contents

Interface IJsonCustomizer

Customizes JSON serialization/deserialization.

Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public interface IJsonCustomizer

Methods

Name Description
GetConverter(Column)

Gets the IJsonConverter for specified column.

IsDeserializable(Column)

Determines if specified column can be deserialized.

IsSerializable(Column)

Determines if specified column is serializable.

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