|
|
|
|
|
by afiori
1031 days ago
|
|
it depends on what type of safety. The schema language might for example allow you to specify that an input string/blob should be smaller than 10MB and refuse to deserialize it if it is longer, same for array/list/vector length. |
|