@rbxts/rlog > SerializationConfig
SerializationConfig interface
Configuration settings for serialization.
Signature:
export interface SerializationConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
| boolean | Whether to perform deep encoding on tables. | |
| boolean | Whether to encode function types. | |
| string | The method name to use for class encoding. | |
| boolean | Whether to encode Roblox-specific types. |