Skip to main content

@rbxts/rlog > SerializationConfig

SerializationConfig interface

Configuration settings for serialization.

Signature:

export interface SerializationConfig 

Properties

Property

Modifiers

Type

Description

deepEncodeTables

readonly

boolean

Whether to perform deep encoding on tables.

encodeFunctions

readonly

boolean

Whether to encode function types.

encodeMethod

readonly

string

The method name to use for class encoding.

encodeRobloxTypes

readonly

boolean

Whether to encode Roblox-specific types.