IWisejSerializable

Wisej.Core.IWisejSerializable

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

Allows an object to serialize itself.

public interface IWisejSerializable

Methods

Serialize the object in JSON format.

Returns: Boolean. True if the object handled the serialization, otherwise false to perform the default serialization.

Implemented By

Last updated