All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nuecho.rivr.voicexml.util.json.JsonSerializable Maven / Gradle / Ivy

Go to download

Rivr is a lightweight open-source dialogue engine enabling flexible VoiceXML web application development for the agile Java developer and enterprise.

There is a newer version: 1.0.13
Show newest version
/*
 * Copyright (c) 2013 Nu Echo Inc. All rights reserved.
 */

package com.nuecho.rivr.voicexml.util.json;

import javax.json.*;

/**
 * Indicates that the class intances can be converted to a {@link JsonValue JSON
 * value}.
 * 
 * @author Nu Echo Inc.
 */
public interface JsonSerializable {
    JsonValue asJson();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy