Skip to content

Is it possible to serialize/deserialize array? #8

@nguyenbathanh

Description

@nguyenbathanh
class Topping {
  @Serialize() public type: string;
}

class Book {
  @Serialize() public name: string;
  @Serialize() public topping: Topping[];
}

I tried and see it doesn't work.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions