> "Mike Matrigali" wrote: > The mapping of number to class is > supported through RegisteredFormatIds.java in same directory.
Thanks, Mike. That was a missing piece. I saw this comment in StoredFormatIds.java: <P>An object should implement the Formatable inteface to support a stored format. In addition, the module which contains the object should register the object's class with the Monitor (See FormatIdUtil.register.) But there is no FormatIdUtil.register method and I couldn't find where the mapping was.
