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. |