Projekt

Obecné

Profil

Stáhnout (406 Bajtů) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
f58484a8 2020-04-17 00:48 Michal Horký

re #7879

Soubor Converter.java změněn.

cdc987da 2020-04-17 00:48 Michal Horký

re #7879

Soubor instance.java změněn.

f9502614 2020-04-17 00:48 Michal Horký

re #7879

Soubory Converter.java a instance.java změněny.

4498a869 2020-04-17 00:48 Michal Horký

re #7879

Soubory instance.java a Converted.java změněny.

53a1899f 2020-04-17 00:48 Michal Horký

re #7879

instance.java changed

e8ba39e7 2020-04-17 00:48 Michal Horký

re #7879

Converter.java a instance.java changed

42991594 2020-04-17 00:48 Jan Havlíček

re #7831

indentation problem with inner classes

e941a5a4 2020-04-17 00:10 Jan Havlíček

#re #7830 Repaired value formats for output JSON
NOTE: the JSON originally does not show the class header.

4bf1dab0 2020-04-17 00:10 Jan Havlíček

#7830 enum format OK

4bbee803 2020-04-07 14:19 Jan Havlíček

#7794 Got rid of simpleToString.
Rewrote the toString() instead (no need to re-cast Object types)

e3d5fc53 2020-04-06 14:54 Jan Havlíček

#7794
The jdeserializer.instance type of content gives correct format of output data (JSON-like) through method simpleFormatToString() : String
Works only with primitive data types though