T - the argument's type of method serializepublic interface Serializer<T>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
serialize(T object)
Serializes an object to byte array, or throw an exception if unable to do so.
|
Copyright © 2018 Infobip Ltd.. All rights reserved.