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

hprose.io.convert.TimeConverter Maven / Gradle / Ivy

/**********************************************************\
|                                                          |
|                          hprose                          |
|                                                          |
| Official WebSite: http://www.hprose.com/                 |
|                   http://www.hprose.org/                 |
|                                                          |
\**********************************************************/
/**********************************************************\
 *                                                        *
 * TimeConverter.java                                     *
 *                                                        *
 * TimeConverter class for Java.                          *
 *                                                        *
 * LastModified: Aug 4, 2016                              *
 * Author: Ma Bingyao                   *
 *                                                        *
\**********************************************************/
package hprose.io.convert;

import hprose.util.DateTime;
import java.lang.reflect.Type;
import java.sql.Time;

public class TimeConverter implements Converter




© 2015 - 2024 Weber Informatics LLC | Privacy Policy