CogSerializer LoadObjectFromStream Method Cognex VisionPro 9.24
Overload List

  NameDescription
Public methodStatic memberLoadObjectFromStream(Stream)
Loads an object from a stream. Attempt to automatically determine format.
Public methodStatic memberLoadObjectFromStream(Stream, Type)
Loads an object from a stream in a specified format.
Public methodStatic memberLoadObjectFromStream(Stream, Type, CogSerializationOptionsConstants)
Loads an object from a stream in a specified format, with option bits that cause fields to be selectively persisted.
Public methodStatic memberLoadObjectFromStream(Stream, Type, CogSerializationOptionsConstants, StreamingContextStates)
Loads an object from a stream in a specified format, with option bits that cause fields to be selectively persisted.
Top
See Also