$darkmode
DENOPTIM
|
Deserialisation of collections of both light-weight atoms and bonds into a CDK IAtomContainer
.
More...
Public Member Functions | |
IAtomContainer | deserialize (JsonElement jsonEl, Type type, JsonDeserializationContext context) throws JsonParseException |
Private Attributes | |
IChemObjectBuilder | builder = SilentChemObjectBuilder.getInstance() |
Deserialisation of collections of both light-weight atoms and bonds into a CDK IAtomContainer
.
Definition at line 42 of file IAtomContainerDeserializer.java.
IAtomContainer denoptim.json.IAtomContainerDeserializer.deserialize | ( | JsonElement | jsonEl, |
Type | type, | ||
JsonDeserializationContext | context | ||
) | throws JsonParseException |
Definition at line 48 of file IAtomContainerDeserializer.java.
References denoptim.json.LWBond.atomIds, denoptim.json.IAtomContainerSerializer.ATOMSKEY, denoptim.json.LWBond.bo, denoptim.json.IAtomContainerSerializer.BONDSKEY, denoptim.json.IAtomContainerDeserializer.builder, and denoptim.json.LWAtom.toIAtom().
|
private |
Definition at line 45 of file IAtomContainerDeserializer.java.
Referenced by denoptim.json.IAtomContainerDeserializer.deserialize().