view orange/serialization/_.d @ 2:ea37a9470e3e

Fixed multiple NonSerialized
author Jacob Carlborg <doob@me.com>
date Mon, 31 May 2010 17:44:23 +0200
parents f7b078e85f7f
children
line wrap: on
line source

/**
 * Copyright: Copyright (c) 2010 Jacob Carlborg.
 * Authors: Jacob Carlborg
 * Version: Initial created: Jan 26, 2010
 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
 */
module orange.serialization._;

public:
	
import orange.serialization.Events;
import orange.serialization.RegisterWrapper;
import orange.serialization.Serializable;
import orange.serialization.SerializationException;
import orange.serialization.Serializer;