public class SerializedObjectDto extends Object
Modifier and Type | Field and Description |
---|---|
protected Object |
object |
protected String |
type |
Constructor and Description |
---|
SerializedObjectDto(Object value) |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
String |
getType() |
void |
setObject(Object object) |
void |
setType(String type) |
public SerializedObjectDto(Object value)
Copyright © 2022. All rights reserved.