/* * @Author: XY | The Findables Company * @Date: Wednesday, 21st November 2018 3:43:38 pm * @Email: developer@xyfindables.com * @Filename: index.ts * @Last modified time: Wednesday, 12th December 2018 12:17:37 pm * @License: All Rights Reserved * @Copyright: Copyright XY | The Findables Company */ export { IXyoSerializationService, IXyoSerializableObject, IXyoDeserializer, IXyoObjectSchema, IParseResult } from './@types' export { XyoSerializationService } from './xyo-serialization-service' export { ParseQuery } from './helpers/parse-query' export { XyoBaseSerializable } from './helpers/base-serializable'