Class JSONCellSerializer

java.lang.Object
org.neuroml.export.neuron.JSONCellSerializer

public class JSONCellSerializer extends Object
Author:
Boris Marin, Padraig Gleeson
  • Constructor Details

    • JSONCellSerializer

      public JSONCellSerializer()
  • Method Details

    • cellToJson

      public static String cellToJson(org.neuroml.model.Cell cell, NeuronWriter.SupportedUnits units) throws org.lemsml.jlems.core.sim.LEMSException, org.neuroml.model.util.NeuroMLException
      Throws:
      org.lemsml.jlems.core.sim.LEMSException
      org.neuroml.model.util.NeuroMLException
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception