Show / Hide Table of Contents

Interface IFRSerializable

Provides the serialize/deserialize functionality.

Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
public interface IFRSerializable

Methods

Deserialize(FRReader)

Deserializes the object.

Declaration
void Deserialize(FRReader reader)
Parameters
Type Name Description
FRReader reader

Reader object.

Serialize(FRWriter)

Serializes the object.

Declaration
void Serialize(FRWriter writer)
Parameters
Type Name Description
FRWriter writer

Writer object.

Back to top Generated by DocFX