@FunctionalInterface public interface MaestroNoteDeserializer<T extends MaestroNote>
Modifier and Type | Method and Description |
---|---|
T |
deserialize(byte[] payload) |
T deserialize(byte[] payload) throws IOException, MalformedNoteException
IOException
MalformedNoteException
This documentation was released into the public domain.