public interface SMFSerializerProviderType
| Modifier and Type | Method and Description |
|---|---|
SMFSerializerType |
serializerCreate(SMFFormatVersion version,
URI uri,
OutputStream stream) |
SMFFormatDescription |
serializerFormat() |
javaslang.collection.SortedSet<SMFFormatVersion> |
serializerSupportedVersions() |
SMFFormatDescription serializerFormat()
javaslang.collection.SortedSet<SMFFormatVersion> serializerSupportedVersions()
SMFSerializerType serializerCreate(SMFFormatVersion version, URI uri, OutputStream stream) throws UnsupportedOperationException
version - The format versionuri - The URI referred to by the output stream, for diagnostic
messagesstream - An output streamUnsupportedOperationException - If the given version is not
supportedCopyright © 2017 <code@io7m.com> http://io7m.com