| Member | Description |
---|
  | CopyAll<(Of <<'(T1, T2>)>>)(Type, array<Byte>[]()[][], Type, Util2..::..TransformerConvert<(Of <<'(T1, T2>)>>), LengthProvider, MaxLengthProvider, ElementsProvider) |
Convert array of struct in bytes into array of struct in bytes.
|
  | CopyAll<(Of <<'(T1, T2>)>>)(Type, Stream, Type, Stream, Util2..::..TransformerConvert<(Of <<'(T1, T2>)>>), LengthProvider, MaxLengthProvider, ElementsProvider) |
Convert array of struct in stream into array of struct in stream.
|
 | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
 | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
 | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
 | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
  | ReadAll<(Of <<'(T>)>>)(Type, array<Byte>[]()[][], LengthProvider, MaxLengthProvider, ElementsProvider) |
Read array of struct in byte array into List of objects.
|
  | ReadAll<(Of <<'(T>)>>)(Type, Stream, IList<(Of <<'(T>)>>), LengthProvider, MaxLengthProvider, ElementsProvider) |
Read array of struct in stream into List of objects.
|
  | ReadAll<(Of <<'(T>)>>)(Type, Stream, Util2..::..ObjectHandlerProcess<(Of <<'(T>)>>), LengthProvider, MaxLengthProvider, ElementsProvider) |
Read array of struct in stream and processes them by handler.
|
 | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
  | WriteAll<(Of <<'(T>)>>)(Type, IList<(Of <<'(T>)>>), LengthProvider, MaxLengthProvider, ElementsProvider) |
Write List of objects into array of struct in byte array.
|
  | WriteAll<(Of <<'(T>)>>)(Type, IList<(Of <<'(T>)>>), Stream, LengthProvider, MaxLengthProvider, ElementsProvider) |
Write List of objects into array of struct in stream.
|