Click or drag to resize

TypeModel.DeserializeItems Method (Stream, Type, PrefixStyle, Int32, Serializer.TypeResolver)

Namespace:  ProtoBuf.Meta
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public IEnumerable DeserializeItems(
	Stream source,
	Type type,
	PrefixStyle style,
	int expectedField,
	Serializer.TypeResolver resolver
)

Parameters

source
Type: System.IO.Stream
type
Type: System.Type
style
Type: ProtoBuf.PrefixStyle
expectedField
Type: System.Int32
resolver
Type: ProtoBuf.Serializer.TypeResolver

Return Value

Type: IEnumerable
See Also