public interface GedcomxEntrySerializer
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Object resource,
OutputStream out)
Serialize the resource to the specified output stream.
|
String |
suggestFilenameExtension()
Suggest a filename extension for the entries of this serializer.
|
void serialize(Object resource, OutputStream out) throws IOException
resource - the resource.out - the output stream.IOException - a IOExceptionString suggestFilenameExtension()
Copyright © 2024. All rights reserved.