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 Stringsignature(AudioSong song, Set<String> excludedProperties)static org.json.simple.JSONObjecttoJSON(AudioSong song, Set<String> excludedProperties)static StringtoJSONString(AudioSong song)static StringtoJSONString(AudioSong song, Set<String> excludedProperties)
-
-
-
Method Detail
-
signature
public static String signature(AudioSong song, Set<String> excludedProperties) throws InvalidKeyException, NoSuchAlgorithmException
-
-