added deserialization

This commit is contained in:
Hlars 2021-10-16 22:24:10 +02:00
parent 8636825388
commit b5c84acc5c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ use serde::{Deserialize, Serialize};
use anyhow::Result;
#[derive(Debug, Serialize, Copy, Clone)]
#[derive(Debug, Serialize, Deserialize, Copy, Clone)]
pub enum SPSDataTypes {
Boolean(BooleanType),
Int(IntType),