Projekt

Obecné

Profil

« Předchozí | Další » 

Revize f9502614

Přidáno uživatelem Michal Horký před asi 4 roky(ů)

re #7879

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

Zobrazit rozdíly:

project/Deserializer/src/jdeserialize/content.java
1 1
package jdeserialize;
2 2

  
3
import java.util.Map;
4

  
3 5
/**
4 6
 * <p>
5
 * Generic interface for all data that may be read from the stream (except null).  
7
 * Generic interface for all data that may be read from the stream (except
8
 * null).
6 9
 * </p>
7 10
 *
8 11
 * <p>
9
 * A successful read of the stream will result in a series of content instances or null
10
 * references.  For details on specific metadata, see documentation on implementing
11
 * classes/subinterfaces.
12
 * A successful read of the stream will result in a series of content instances
13
 * or null references. For details on specific metadata, see documentation on
14
 * implementing classes/subinterfaces.
12 15
 * </p>
13 16
 */
14 17
public interface content {
......
65 68
     */
66 69
    public void setIsExceptionObject(boolean value);
67 70

  
68
    public String toJson(String indentation);
71
    public String toJson(String indentation, Map<classdesc, Map<field, Object>> fielddata);
69 72
}
70 73

  

Také k dispozici: Unified diff