Deserialize / restore ILArray from binary stream 'inStream'
| C# | Visual Basic | Visual C++ |
public static ILBaseArray<BaseT> Deserialize( Stream inStream )
Public Shared Function Deserialize ( _ inStream As Stream _ ) As ILBaseArray(Of BaseT)
public: static ILBaseArray<BaseT>^ Deserialize( Stream^ inStream )
- inStream (Stream)
- System.IO.Stream to reconstruct the ILArray from
ILArray<BaseT> reconstructed from Stream. If
the ILArray could not get restored, an SerializationException
will be thrown.