/**
 * Serializer Plugins
 *
 * Export all serializer plugins for registration.
 */

export { jsonSerializer } from './json-serializer';
