@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface JSONAsString
Created by ruedi on 21.03.17.
advice json serializer to convert annotated field to a string (e.g. byte or char arrays)
!!!!!!!! supports byte[] only currently !!!!!!!!!!!!!!!