Converts an object stream from a binary to a text format.
Source position: classesh.inc line 2967
procedure ObjectBinaryToText(  | 
Input: TStream;  | 
Output: TStream;  | 
Encoding: TObjectTextEncoding  | 
);  | 
Input: TStream;  | 
Output: TStream  | 
);  | 
ObjectBinaryToText reads an object stream in binary format from Input and writes the object stream in text format to Output. No components are instantiated during the process, this is a pure conversion routine.
  | 
Converts an object stream from a text to a binary format.  |