TypeModelDeserializeItemsT Method (Stream, PrefixStyle, Int32, SerializationContext) |
Namespace:
ProtoBuf.Meta
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic IEnumerable<T> DeserializeItems<T>(
Stream source,
PrefixStyle style,
int expectedField,
SerializationContext context
)
Parameters
- source
- Type: System.IOStream
- style
- Type: ProtoBufPrefixStyle
- expectedField
- Type: SystemInt32
- context
- Type: ProtoBufSerializationContext
Type Parameters
- T
Return Value
Type:
IEnumerableT
See Also