serialization_support
write_out_humans_data(serialization_filename, output_filename)
This function writes out human data into a json format file. Humans are separated by nodes.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
serialization_filename
|
str
|
input file, should be the .dtk file created by EMOD |
required |
output_filename
|
str
|
output file, will be in JSON format |
required |
Returns:
| Type | Description |
|---|---|
None
|
None |