Skip to main content

StreamDeserializerDelegateAsync

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public delegate Task<object> StreamDeserializerDelegateAsync(Type type, Stream fromStream);