MCPcopy
hub / github.com/nestjs/nest / serialize

Method serialize

packages/microservices/interfaces/serializer.interface.ts:11–11  ·  view source on GitHub ↗
(value: TInput, options?: Record<string, any>)

Source from the content-addressed store, hash-verified

9 */
10export interface Serializer<TInput = any, TOutput = any> {
11 serialize(value: TInput, options?: Record<string, any>): TOutput;
12}
13
14export type ProducerSerializer = Serializer<

Callers 15

dispatchBatchEventMethod · 0.65
dispatchEventMethod · 0.65
publishMethod · 0.65
publishMethod · 0.65
dispatchEventMethod · 0.65
publishMethod · 0.65
dispatchEventMethod · 0.65
publishMethod · 0.65
dispatchEventMethod · 0.65
publishMethod · 0.65
dispatchEventMethod · 0.65

Implementers 11

IdentitySerializerpackages/microservices/serializers/ide
ClassSerializerInterceptorpackages/common/serializer/class-seria
KafkaRequestSerializerpackages/microservices/serializers/kaf
MqttRecordSerializerpackages/microservices/serializers/mqt
RmqRecordSerializerpackages/microservices/serializers/rmq
NatsRecordSerializerpackages/microservices/serializers/nat
DateScalarintegration/graphql-code-first/src/com
DateScalarintegration/graphql-schema-first/src/c
DateScalarsample/12-graphql-schema-first/src/com
DateScalarsample/33-graphql-mercurius/src/common
DateScalarsample/23-graphql-code-first/src/commo

Calls

no outgoing calls

Tested by

no test coverage detected