public static class PropertyManagement.ByteConverter extends Object implements PropertyManagement.PropertyConverter<byte[]>
| Constructor and Description |
|---|
ByteConverter() |
| Modifier and Type | Method and Description |
|---|---|
Class<byte[]> |
baseClass() |
Serializable |
convert(byte[] ob) |
byte[] |
convert(Serializable ob) |
public Serializable convert(byte[] ob)
convert in interface PropertyManagement.PropertyConverter<byte[]>public byte[] convert(Serializable ob) throws Exception
convert in interface PropertyManagement.PropertyConverter<byte[]>Exceptionpublic Class<byte[]> baseClass()
baseClass in interface PropertyManagement.PropertyConverter<byte[]>Copyright © 2013–2022. All rights reserved.