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