Skip to main content

StreamSerializerDelegate

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public delegate void StreamSerializerDelegate(IRequest req, object dto, Stream outputStream);