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