class Api::CategorySerializer

Defined in:

serializers/api/category_serializer.cr

Constructors

Instance Method Summary

Class methods inherited from class BaseSerializer

for_collection(collection : Enumerable, *args, **named_args) for_collection

Constructor Detail

def self.new(category : Category, nested : ManyRecords | Nil = nil, parents : ManyRecords | Nil = nil, goods : Array(Good) | GoodQuery | Nil = nil) #

[View source]

Instance Method Detail

def render #

[View source]