Click or drag to resize

TypeModelDeserializeItems Method (Stream, Type, PrefixStyle, Int32, SerializerTypeResolver, SerializationContext)

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,
	SerializerTypeResolver resolver,
	SerializationContext context
)

Parameters

source
Type: System.IOStream
type
Type: SystemType
style
Type: ProtoBufPrefixStyle
expectedField
Type: SystemInt32
resolver
Type: ProtoBufSerializerTypeResolver
context
Type: ProtoBufSerializationContext

Return Value

Type: IEnumerable
See Also