public class UUIDSerializer extends Object implements CustomSerializer<UUID>
| Constructor and Description |
|---|
UUIDSerializer() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
fromEndpoint(DriveElement endpoint,
Class<UUID> uuidClass) |
boolean |
supportsClass(Class clazz) |
DriveElement |
toDriveEndpoint(UUID element) |
public DriveElement toDriveEndpoint(UUID element)
toDriveEndpoint in interface CustomSerializer<UUID>public UUID fromEndpoint(DriveElement endpoint, Class<UUID> uuidClass)
fromEndpoint in interface CustomSerializer<UUID>public boolean supportsClass(Class clazz)
supportsClass in interface CustomSerializer<UUID>Copyright © 2020. All rights reserved.