public class BluetoothMetricsSerializer extends SystemMetricsSerializer<BluetoothMetrics>
| Constructor and Description |
|---|
BluetoothMetricsSerializer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deserializeContents(BluetoothMetrics metrics,
java.io.DataInput input)
Must be implemented by every SystemMetricsSerializer to read data from input.
|
void |
serializeContents(BluetoothMetrics metrics,
java.io.DataOutput output)
Must be implemented by every SystemMetricsSerializer to actually save data to output.
|
deserialize, getTag, serializepublic void serializeContents(BluetoothMetrics metrics, java.io.DataOutput output) throws java.io.IOException
SystemMetricsSerializerserializeContents in class SystemMetricsSerializer<BluetoothMetrics>java.io.IOExceptionpublic boolean deserializeContents(BluetoothMetrics metrics, java.io.DataInput input) throws java.io.IOException
SystemMetricsSerializerdeserializeContents in class SystemMetricsSerializer<BluetoothMetrics>java.io.IOException