public interface SequenceElementFactory<T extends SequenceElement>
Modifier and Type | Method and Description |
---|---|
T |
deserialize(String json)
This method builds object from provided JSON
|
String |
serialize(T element)
This method serializaes object into JSON string
|
Copyright © 2017. All rights reserved.