[#CDiskTxPos-Unser-08] = xref:CDiskTxPos.adoc[CDiskTxPos]::Unser :relfileprefix: ../ :mrdocs: Serializes the file index and byte offset. == Synopsis Declared in `<flatfile.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename Stream> static void Unser( Stream& s, xref:FlatFilePos.adoc[FlatFilePos]& obj); ---- == Parameters [cols="1,4"] |=== | Name| Description | *obj* | Location of a record within a numbered flat file: a file index and byte offset. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#