mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Encoder for structured metadata.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package org.briarproject.api.data;
|
||||
|
||||
import org.briarproject.api.FormatException;
|
||||
import org.briarproject.api.db.Metadata;
|
||||
|
||||
public interface MetadataEncoder {
|
||||
|
||||
Metadata encode(BdfDictionary d) throws FormatException;
|
||||
}
|
||||
Reference in New Issue
Block a user