/**
* Contains classes similar to regular entities, but with a reduced set of properties.
*
* Since sometimes only a subset of properties are needed, sending the whole entity is a waste of bandwith. Therefore,
* entities optimized for data transport are located here.
*/
package de.thm.arsnova.entities.transport;