$getObjectsSharedInRoom_Serializer method
- @experimental
Builds a serializer to parse the response of $getObjectsSharedInRoom_Request.
Implementation
@_i2.experimental
_i1.DynamiteSerializer<ChatGetObjectsSharedInRoomResponseApplicationJson, ChatChatGetObjectsSharedInRoomHeaders>
$getObjectsSharedInRoom_Serializer() => _i1.DynamiteSerializer(
bodyType: const FullType(ChatGetObjectsSharedInRoomResponseApplicationJson),
headersType: const FullType(ChatChatGetObjectsSharedInRoomHeaders),
serializers: _$jsonSerializers,
validStatuses: const {200},
);