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