Package com.tagtraum.beatunes.onlinedb
Class JSONSongSerializer
- java.lang.Object
-
- com.tagtraum.beatunes.onlinedb.JSONSongSerializer
-
public class JSONSongSerializer extends Object
JSONSongSerializer.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
signature(AudioSong song, Set<String> excludedProperties)
static org.json.simple.JSONObject
toJSON(AudioSong song, Set<String> excludedProperties)
static String
toJSONString(AudioSong song)
static String
toJSONString(AudioSong song, Set<String> excludedProperties)
-
-
-
Method Detail
-
signature
public static String signature(AudioSong song, Set<String> excludedProperties) throws InvalidKeyException, NoSuchAlgorithmException
-
-