Skip to main content
Version: 7.0

EntitySerializer

Converts entity instances to plain DTOs via serialize(), with fine-grained control over populate, exclude, and serialization groups.

Index

Constructors

Methods

Constructors

constructor

Methods

staticserialize

  • Serializes an entity to a plain DTO, with fine-grained control over population, exclusion, groups, and custom types.


    Parameters

    Returns SerializeDTO<T, P, E>

Page Options